Html Css Color HEX #CC7CFF Heliotrope

📋 copy color: '#CC7CFF'

red 204 ◦ green 124 ◦ blue 255

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

Shades of Heliotrope #CC7CFF

Tints of Heliotrope #CC7CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.27%

 BLUE value IS 255 (100% from 255) = 43.74%

R = 34.99%
G = 21.27%
B = 43.74%

CMYK

 C value IS 0.2

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC7CFF (or 0xCC7CFF) is known color: Heliotrope. HEX triplet: CC, 7C and FF. RGB value is (204,124,255). Sum of RGB (Red+Green+Blue) = 204+124+255=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 124 (48.83% from 255 or 21.27% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CFF is #338300. Grayscale: #A2A2A2. Windows color (decimal): -3375873 or 16743628. OLE color: 16743628.

HSL color Cylindrical-coordinate representation of color #CC7CFF: hue angle of 276.64º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC7CFF is Cyan = 0.2, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 124 255 -
CMYK 0.2 0.51 0 0
HSL 276.64º 1% 0.74% -
HSV(B) 276.64º 0.51% 1% -
XYZ 50.16 34.47 98.62 -
YUV 162.85 180 157.35 -
System Red Green Blue C M Y K H S L
Decimal 204 124 255 0.2 0.51 0 0 276.64 1 0.74
Hex CC 7C FF 14 33 0 0 115 64 4A
Octal 314 174 377 24 63 0 0 425 144 112
Binary 11001100 1111100 11111111 10100 110011 0 0 100010101 1100100 1001010

Color Harmonies of #CC7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CFF

Black with #CC7CFF

Text Example


Text Example

White with #CC7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CFF; }

 p { color: rgb(204,124,255); }

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

background-color css

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

 a { background-color: rgb(204,124,255); }

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

border-color css

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

 span { border-color: rgb(204,124,255); }

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