Html Css Color HEX #CB76FA Heliotrope

📋 copy color: '#CB76FA'

red 203 ◦ green 118 ◦ blue 250

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

Shades of Heliotrope #CB76FA

Tints of Heliotrope #CB76FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.67%

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

R = 35.55%
G = 20.67%
B = 43.78%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB76FA (or 0xCB76FA) is known color: Heliotrope. HEX triplet: CB, 76 and FA. RGB value is (203,118,250). Sum of RGB (Red+Green+Blue) = 203+118+250=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB76FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB76FA is #348905. Grayscale: #9E9E9E. Windows color (decimal): -3442950 or 16414411. OLE color: 16414411.

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

Color convert

RGB 203 118 250 -
CMYK 0.19 0.53 0 0.02
HSL 278.64º 0.93% 0.72% -
HSV(B) 278.64º 0.53% 0.98% -
XYZ 48.36 32.56 94.18 -
YUV 158.46 179.66 159.77 -
System Red Green Blue C M Y K H S L
Decimal 203 118 250 0.19 0.53 0 0.02 278.64 0.93 0.72
Hex CB 76 FA 13 35 0 2 117 5D 48
Octal 313 166 372 23 65 0 2 427 135 110
Binary 11001011 1110110 11111010 10011 110101 0 10 100010111 1011101 1001000

Color Harmonies of #CB76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76FA

Black with #CB76FA

Text Example


Text Example

White with #CB76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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