Html Css Color HEX #CB72F5 Heliotrope

📋 copy color: '#CB72F5'

red 203 ◦ green 114 ◦ blue 245

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

Shades of Heliotrope #CB72F5

Tints of Heliotrope #CB72F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.59%

R = 36.12%
G = 20.28%
B = 43.59%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB72F5 (or 0xCB72F5) is known color: Heliotrope. HEX triplet: CB, 72 and F5. RGB value is (203,114,245). Sum of RGB (Red+Green+Blue) = 203+114+245=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 245 - color contains mainly: blue. Hex color #CB72F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB72F5 is #348D0A. Grayscale: #9B9B9B. Windows color (decimal): -3443979 or 16085707. OLE color: 16085707.

HSL color Cylindrical-coordinate representation of color #CB72F5: hue angle of 280.76º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB72F5 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 114 245 -
CMYK 0.17 0.53 0 0.04
HSL 280.76º 0.87% 0.7% -
HSV(B) 280.76º 0.53% 0.96% -
XYZ 47.13 31.32 89.95 -
YUV 155.55 178.49 161.85 -
System Red Green Blue C M Y K H S L
Decimal 203 114 245 0.17 0.53 0 0.04 280.76 0.87 0.7
Hex CB 72 F5 11 35 0 4 119 57 46
Octal 313 162 365 21 65 0 4 431 127 106
Binary 11001011 1110010 11110101 10001 110101 0 100 100011001 1010111 1000110

Color Harmonies of #CB72F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB72F5

Black with #CB72F5

Text Example


Text Example

White with #CB72F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB72F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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