Html Css Color HEX #CC7BEE Heliotrope

📋 copy color: '#CC7BEE'

red 204 ◦ green 123 ◦ blue 238

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

Shades of Heliotrope #CC7BEE

Tints of Heliotrope #CC7BEE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.77%

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

R = 36.11%
G = 21.77%
B = 42.12%

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

#CC7BEE (or 0xCC7BEE) is known color: Heliotrope. HEX triplet: CC, 7B and EE. RGB value is (204,123,238). Sum of RGB (Red+Green+Blue) = 204+123+238=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC7BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BEE is #338411. Grayscale: #9F9F9F. Windows color (decimal): -3376146 or 15629260. OLE color: 15629260.

HSL color Cylindrical-coordinate representation of color #CC7BEE: hue angle of 282.26º degrees, saturation: 0.77, 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 #CC7BEE is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 123 238 -
CMYK 0.14 0.48 0 0.07
HSL 282.26º 0.77% 0.71% -
HSV(B) 282.26º 0.48% 0.93% -
XYZ 47.42 33.18 84.79 -
YUV 160.33 171.84 159.15 -
System Red Green Blue C M Y K H S L
Decimal 204 123 238 0.14 0.48 0 0.07 282.26 0.77 0.71
Hex CC 7B EE E 30 0 7 11A 4D 47
Octal 314 173 356 16 60 0 7 432 115 107
Binary 11001100 1111011 11101110 1110 110000 0 111 100011010 1001101 1000111

Color Harmonies of #CC7BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BEE

Black with #CC7BEE

Text Example


Text Example

White with #CC7BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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