Html Css Color HEX #CB77FA Heliotrope

📋 copy color: '#CB77FA'

red 203 ◦ green 119 ◦ blue 250

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

Shades of Heliotrope #CB77FA

Tints of Heliotrope #CB77FA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.8%

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

R = 35.49%
G = 20.8%
B = 43.71%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB77FA (or 0xCB77FA) is known color: Heliotrope. HEX triplet: CB, 77 and FA. RGB value is (203,119,250). Sum of RGB (Red+Green+Blue) = 203+119+250=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 119 (46.88% from 255 or 20.80% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB77FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB77FA is #348805. Grayscale: #9E9E9E. Windows color (decimal): -3442694 or 16414667. OLE color: 16414667.

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

Color convert

RGB 203 119 250 -
CMYK 0.19 0.52 0 0.02
HSL 278.47º 0.93% 0.72% -
HSV(B) 278.47º 0.52% 0.98% -
XYZ 48.48 32.79 94.22 -
YUV 159.05 179.33 159.35 -
System Red Green Blue C M Y K H S L
Decimal 203 119 250 0.19 0.52 0 0.02 278.47 0.93 0.72
Hex CB 77 FA 13 34 0 2 116 5D 48
Octal 313 167 372 23 64 0 2 426 135 110
Binary 11001011 1110111 11111010 10011 110100 0 10 100010110 1011101 1001000

Color Harmonies of #CB77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB77FA

Black with #CB77FA

Text Example


Text Example

White with #CB77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB77FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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