Html Css Color HEX #CB72EE Heliotrope

📋 copy color: '#CB72EE'

red 203 ◦ green 114 ◦ blue 238

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

Shades of Heliotrope #CB72EE

Tints of Heliotrope #CB72EE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.54%

 BLUE value IS 238 (93.36% from 255) = 42.88%

R = 36.58%
G = 20.54%
B = 42.88%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB72EE (or 0xCB72EE) is known color: Heliotrope. HEX triplet: CB, 72 and EE. RGB value is (203,114,238). Sum of RGB (Red+Green+Blue) = 203+114+238=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB72EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB72EE is #348D11. Grayscale: #9A9A9A. Windows color (decimal): -3443986 or 15626955. OLE color: 15626955.

HSL color Cylindrical-coordinate representation of color #CB72EE: hue angle of 283.06º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB72EE is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 114 238 -
CMYK 0.15 0.52 0 0.07
HSL 283.06º 0.78% 0.69% -
HSV(B) 283.06º 0.52% 0.93% -
XYZ 46.08 30.9 84.43 -
YUV 154.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 203 114 238 0.15 0.52 0 0.07 283.06 0.78 0.69
Hex CB 72 EE F 34 0 7 11B 4E 45
Octal 313 162 356 17 64 0 7 433 116 105
Binary 11001011 1110010 11101110 1111 110100 0 111 100011011 1001110 1000101

Color Harmonies of #CB72EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB72EE

Black with #CB72EE

Text Example


Text Example

White with #CB72EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB72EE; }

 p { color: rgb(203,114,238); }

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

background-color css

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

 a { background-color: rgb(203,114,238); }

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

border-color css

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

 span { border-color: rgb(203,114,238); }

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