Html Css Color HEX #CB73EB Heliotrope

📋 copy color: '#CB73EB'

red 203 ◦ green 115 ◦ blue 235

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

Shades of Heliotrope #CB73EB

Tints of Heliotrope #CB73EB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.8%

 BLUE value IS 235 (92.19% from 255) = 42.5%

R = 36.71%
G = 20.8%
B = 42.5%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB73EB (or 0xCB73EB) is known color: Heliotrope. HEX triplet: CB, 73 and EB. RGB value is (203,115,235). Sum of RGB (Red+Green+Blue) = 203+115+235=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB73EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB73EB is #348C14. Grayscale: #9A9A9A. Windows color (decimal): -3443733 or 15430603. OLE color: 15430603.

HSL color Cylindrical-coordinate representation of color #CB73EB: hue angle of 284º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB73EB is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 115 235 -
CMYK 0.14 0.51 0 0.08
HSL 284º 0.75% 0.69% -
HSV(B) 284º 0.51% 0.92% -
XYZ 45.75 30.96 82.16 -
YUV 154.99 173.15 162.24 -
System Red Green Blue C M Y K H S L
Decimal 203 115 235 0.14 0.51 0 0.08 284 0.75 0.69
Hex CB 73 EB E 33 0 8 11C 4B 45
Octal 313 163 353 16 63 0 10 434 113 105
Binary 11001011 1110011 11101011 1110 110011 0 1000 100011100 1001011 1000101

Color Harmonies of #CB73EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB73EB

Black with #CB73EB

Text Example


Text Example

White with #CB73EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB73EB; }

 p { color: rgb(203,115,235); }

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

background-color css

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

 a { background-color: rgb(203,115,235); }

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

border-color css

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

 span { border-color: rgb(203,115,235); }

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