Html Css Color HEX #CB64FA Heliotrope

📋 copy color: '#CB64FA'

red 203 ◦ green 100 ◦ blue 250

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

Shades of Heliotrope #CB64FA

Tints of Heliotrope #CB64FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.21%

R = 36.71%
G = 18.08%
B = 45.21%

CMYK

 C value IS 0.19

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB64FA (or 0xCB64FA) is known color: Heliotrope. HEX triplet: CB, 64 and FA. RGB value is (203,100,250). Sum of RGB (Red+Green+Blue) = 203+100+250=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB64FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB64FA is #349B05. Grayscale: #939393. Windows color (decimal): -3447558 or 16409803. OLE color: 16409803.

HSL color Cylindrical-coordinate representation of color #CB64FA: hue angle of 281.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB64FA is Cyan = 0.19, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 100 250 -
CMYK 0.19 0.6 0 0.02
HSL 281.2º 0.94% 0.69% -
HSV(B) 281.2º 0.6% 0.98% -
XYZ 46.44 28.71 93.54 -
YUV 147.9 185.62 167.3 -
System Red Green Blue C M Y K H S L
Decimal 203 100 250 0.19 0.6 0 0.02 281.2 0.94 0.69
Hex CB 64 FA 13 3C 0 2 119 5E 45
Octal 313 144 372 23 74 0 2 431 136 105
Binary 11001011 1100100 11111010 10011 111100 0 10 100011001 1011110 1000101

Color Harmonies of #CB64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB64FA

Black with #CB64FA

Text Example


Text Example

White with #CB64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB64FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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