Html Css Color HEX #CB72F1 Heliotrope

📋 copy color: '#CB72F1'

red 203 ◦ green 114 ◦ blue 241

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

Shades of Heliotrope #CB72F1

Tints of Heliotrope #CB72F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.19%

R = 36.38%
G = 20.43%
B = 43.19%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB72F1 (or 0xCB72F1) is known color: Heliotrope. HEX triplet: CB, 72 and F1. RGB value is (203,114,241). Sum of RGB (Red+Green+Blue) = 203+114+241=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB72F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB72F1 is #348D0E. Grayscale: #9A9A9A. Windows color (decimal): -3443983 or 15823563. OLE color: 15823563.

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

Color convert

RGB 203 114 241 -
CMYK 0.16 0.53 0 0.05
HSL 282.05º 0.82% 0.7% -
HSV(B) 282.05º 0.53% 0.95% -
XYZ 46.52 31.08 86.77 -
YUV 155.09 176.49 162.17 -
System Red Green Blue C M Y K H S L
Decimal 203 114 241 0.16 0.53 0 0.05 282.05 0.82 0.7
Hex CB 72 F1 10 35 0 5 11A 52 46
Octal 313 162 361 20 65 0 5 432 122 106
Binary 11001011 1110010 11110001 10000 110101 0 101 100011010 1010010 1000110

Color Harmonies of #CB72F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB72F1

Black with #CB72F1

Text Example


Text Example

White with #CB72F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB72F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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