Html Css Color HEX #CB77FD Heliotrope

📋 copy color: '#CB77FD'

red 203 ◦ green 119 ◦ blue 253

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

Shades of Heliotrope #CB77FD

Tints of Heliotrope #CB77FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44%

R = 35.3%
G = 20.7%
B = 44%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB77FD (or 0xCB77FD) is known color: Heliotrope. HEX triplet: CB, 77 and FD. RGB value is (203,119,253). Sum of RGB (Red+Green+Blue) = 203+119+253=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB77FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB77FD is #348802. Grayscale: #9E9E9E. Windows color (decimal): -3442691 or 16611275. OLE color: 16611275.

HSL color Cylindrical-coordinate representation of color #CB77FD: hue angle of 277.61º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB77FD is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 119 253 -
CMYK 0.20 0.53 0 0.01
HSL 277.61º 0.97% 0.73% -
HSV(B) 277.61º 0.53% 0.99% -
XYZ 48.96 32.98 96.71 -
YUV 159.39 180.83 159.1 -
System Red Green Blue C M Y K H S L
Decimal 203 119 253 0.20 0.53 0 0.01 277.61 0.97 0.73
Hex CB 77 FD 14 35 0 1 116 61 49
Octal 313 167 375 24 65 0 1 426 141 111
Binary 11001011 1110111 11111101 10100 110101 0 1 100010110 1100001 1001001

Color Harmonies of #CB77FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB77FD

Black with #CB77FD

Text Example


Text Example

White with #CB77FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB77FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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