Html Css Color HEX #CB58F2 Medium Orchid

📋 copy color: '#CB58F2'

red 203 ◦ green 88 ◦ blue 242

#CB58F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CB58F2

Tints of Medium Orchid #CB58F2

RGB

 RED value IS 203 (79.69% from 255) = 38.09%

 GREEN value IS 88 (34.77% from 255) = 16.51%

 BLUE value IS 242 (94.92% from 255) = 45.4%

R = 38.09%
G = 16.51%
B = 45.4%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB58F2 (or 0xCB58F2) is known color: Medium Orchid. HEX triplet: CB, 58 and F2. RGB value is (203,88,242). Sum of RGB (Red+Green+Blue) = 203+88+242=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB58F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB58F2 is #34A70D. Grayscale: #8B8B8B. Windows color (decimal): -3450638 or 15882443. OLE color: 15882443.

HSL color Cylindrical-coordinate representation of color #CB58F2: hue angle of 284.81º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB58F2 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 88 242 -
CMYK 0.16 0.64 0 0.05
HSL 284.81º 0.86% 0.65% -
HSV(B) 284.81º 0.64% 0.95% -
XYZ 44.15 26.09 86.71 -
YUV 139.94 185.6 172.98 -
System Red Green Blue C M Y K H S L
Decimal 203 88 242 0.16 0.64 0 0.05 284.81 0.86 0.65
Hex CB 58 F2 10 40 0 5 11D 56 41
Octal 313 130 362 20 100 0 5 435 126 101
Binary 11001011 1011000 11110010 10000 1000000 0 101 100011101 1010110 1000001

Color Harmonies of #CB58F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB58F2

Black with #CB58F2

Text Example


Text Example

White with #CB58F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB58F2; }

 p { color: rgb(203,88,242); }

 H1.HeaderClassName
 {
   color: #CB58F2;
 }
 .AnyTagClassName
 {
   color: #CB58F2;
 }
</style>

background-color css

<style>
 a { background-color: #CB58F2; }

 a { background-color: rgb(203,88,242); }

 div.DivClassName
 {
   background-color: #CB58F2;
 }
 .BgClassName
 {
   background-color: #CB58F2;
 }
</style>

border-color css

<style>
 span { border-color: #CB58F2; }

 span { border-color: rgb(203,88,242); }

 td.TdClassName
 {
   border-color: #CB58F2;
 }
 .TagClassName
 {
   border-color: #CB58F2;
 }
</style>