Html Css Color HEX #CC7CED Heliotrope

📋 copy color: '#CC7CED'

red 204 ◦ green 124 ◦ blue 237

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

Shades of Heliotrope #CC7CED

Tints of Heliotrope #CC7CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 36.11%
G = 21.95%
B = 41.95%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC7CED (or 0xCC7CED) is known color: Heliotrope. HEX triplet: CC, 7C and ED. RGB value is (204,124,237). Sum of RGB (Red+Green+Blue) = 204+124+237=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC7CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CED is #338312. Grayscale: #A0A0A0. Windows color (decimal): -3375891 or 15563980. OLE color: 15563980.

HSL color Cylindrical-coordinate representation of color #CC7CED: hue angle of 282.48º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC7CED is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 124 237 -
CMYK 0.14 0.48 0 0.07
HSL 282.48º 0.76% 0.71% -
HSV(B) 282.48º 0.48% 0.93% -
XYZ 47.4 33.37 84.06 -
YUV 160.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 204 124 237 0.14 0.48 0 0.07 282.48 0.76 0.71
Hex CC 7C ED E 30 0 7 11A 4C 47
Octal 314 174 355 16 60 0 7 432 114 107
Binary 11001100 1111100 11101101 1110 110000 0 111 100011010 1001100 1000111

Color Harmonies of #CC7CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CED

Black with #CC7CED

Text Example


Text Example

White with #CC7CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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