Html Css Color HEX #CB64F6 Heliotrope

📋 copy color: '#CB64F6'

red 203 ◦ green 100 ◦ blue 246

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

Shades of Heliotrope #CB64F6

Tints of Heliotrope #CB64F6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.21%

 BLUE value IS 246 (96.48% from 255) = 44.81%

R = 36.98%
G = 18.21%
B = 44.81%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB64F6 (or 0xCB64F6) is known color: Heliotrope. HEX triplet: CB, 64 and F6. RGB value is (203,100,246). Sum of RGB (Red+Green+Blue) = 203+100+246=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB64F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB64F6 is #349B09. Grayscale: #929292. Windows color (decimal): -3447562 or 16147659. OLE color: 16147659.

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

Color convert

RGB 203 100 246 -
CMYK 0.17 0.59 0 0.04
HSL 282.33º 0.89% 0.68% -
HSV(B) 282.33º 0.59% 0.96% -
XYZ 45.82 28.46 90.27 -
YUV 147.44 183.62 167.63 -
System Red Green Blue C M Y K H S L
Decimal 203 100 246 0.17 0.59 0 0.04 282.33 0.89 0.68
Hex CB 64 F6 11 3B 0 4 11A 59 44
Octal 313 144 366 21 73 0 4 432 131 104
Binary 11001011 1100100 11110110 10001 111011 0 100 100011010 1011001 1000100

Color Harmonies of #CB64F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB64F6

Black with #CB64F6

Text Example


Text Example

White with #CB64F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB64F6; }

 p { color: rgb(203,100,246); }

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

background-color css

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

 a { background-color: rgb(203,100,246); }

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

border-color css

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

 span { border-color: rgb(203,100,246); }

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