Html Css Color HEX #CB63FA Heliotrope

📋 copy color: '#CB63FA'

red 203 ◦ green 99 ◦ blue 250

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

Shades of Heliotrope #CB63FA

Tints of Heliotrope #CB63FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.93%

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

R = 36.78%
G = 17.93%
B = 45.29%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB63FA (or 0xCB63FA) is known color: Heliotrope. HEX triplet: CB, 63 and FA. RGB value is (203,99,250). Sum of RGB (Red+Green+Blue) = 203+99+250=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB63FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB63FA is #349C05. Grayscale: #929292. Windows color (decimal): -3447814 or 16409547. OLE color: 16409547.

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

Color convert

RGB 203 99 250 -
CMYK 0.19 0.60 0 0.02
HSL 281.32º 0.94% 0.68% -
HSV(B) 281.32º 0.6% 0.98% -
XYZ 46.35 28.52 93.51 -
YUV 147.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 203 99 250 0.19 0.60 0 0.02 281.32 0.94 0.68
Hex CB 63 FA 13 3C 0 2 119 5E 44
Octal 313 143 372 23 74 0 2 431 136 104
Binary 11001011 1100011 11111010 10011 111100 0 10 100011001 1011110 1000100

Color Harmonies of #CB63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63FA

Black with #CB63FA

Text Example


Text Example

White with #CB63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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