Html Css Color HEX #CC7FFB Heliotrope

📋 copy color: '#CC7FFB'

red 204 ◦ green 127 ◦ blue 251

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

Shades of Heliotrope #CC7FFB

Tints of Heliotrope #CC7FFB

RGB

 RED value IS 204 (80.08% from 255) = 35.05%

 GREEN value IS 127 (50% from 255) = 21.82%

 BLUE value IS 251 (98.44% from 255) = 43.13%

R = 35.05%
G = 21.82%
B = 43.13%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC7FFB (or 0xCC7FFB) is known color: Heliotrope. HEX triplet: CC, 7F and FB. RGB value is (204,127,251). Sum of RGB (Red+Green+Blue) = 204+127+251=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC7FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FFB is #338004. Grayscale: #A3A3A3. Windows color (decimal): -3375109 or 16482252. OLE color: 16482252.

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

Color convert

RGB 204 127 251 -
CMYK 0.19 0.49 0 0.02
HSL 277.26º 0.94% 0.74% -
HSV(B) 277.26º 0.49% 0.98% -
XYZ 49.9 34.98 95.39 -
YUV 164.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 204 127 251 0.19 0.49 0 0.02 277.26 0.94 0.74
Hex CC 7F FB 13 31 0 2 115 5E 4A
Octal 314 177 373 23 61 0 2 425 136 112
Binary 11001100 1111111 11111011 10011 110001 0 10 100010101 1011110 1001010

Color Harmonies of #CC7FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FFB

Black with #CC7FFB

Text Example


Text Example

White with #CC7FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FFB; }

 p { color: rgb(204,127,251); }

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

background-color css

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

 a { background-color: rgb(204,127,251); }

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

border-color css

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

 span { border-color: rgb(204,127,251); }

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