Html Css Color HEX #CC7EEE Heliotrope

📋 copy color: '#CC7EEE'

red 204 ◦ green 126 ◦ blue 238

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

Shades of Heliotrope #CC7EEE

Tints of Heliotrope #CC7EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.18%

 BLUE value IS 238 (93.36% from 255) = 41.9%

R = 35.92%
G = 22.18%
B = 41.9%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC7EEE (or 0xCC7EEE) is known color: Heliotrope. HEX triplet: CC, 7E and EE. RGB value is (204,126,238). Sum of RGB (Red+Green+Blue) = 204+126+238=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC7EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7EEE is #338111. Grayscale: #A1A1A1. Windows color (decimal): -3375378 or 15630028. OLE color: 15630028.

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

Color convert

RGB 204 126 238 -
CMYK 0.14 0.47 0 0.07
HSL 281.79º 0.77% 0.71% -
HSV(B) 281.79º 0.47% 0.93% -
XYZ 47.8 33.93 84.92 -
YUV 162.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 204 126 238 0.14 0.47 0 0.07 281.79 0.77 0.71
Hex CC 7E EE E 2F 0 7 11A 4D 47
Octal 314 176 356 16 57 0 7 432 115 107
Binary 11001100 1111110 11101110 1110 101111 0 111 100011010 1001101 1000111

Color Harmonies of #CC7EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7EEE

Black with #CC7EEE

Text Example


Text Example

White with #CC7EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7EEE; }

 p { color: rgb(204,126,238); }

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

background-color css

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

 a { background-color: rgb(204,126,238); }

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

border-color css

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

 span { border-color: rgb(204,126,238); }

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