Html Css Color HEX #CC7FE5 Heliotrope

📋 copy color: '#CC7FE5'

red 204 ◦ green 127 ◦ blue 229

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

Shades of Heliotrope #CC7FE5

Tints of Heliotrope #CC7FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.89%

R = 36.43%
G = 22.68%
B = 40.89%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC7FE5 (or 0xCC7FE5) is known color: Heliotrope. HEX triplet: CC, 7F and E5. RGB value is (204,127,229). Sum of RGB (Red+Green+Blue) = 204+127+229=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC7FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FE5 is #33801A. Grayscale: #A1A1A1. Windows color (decimal): -3375131 or 15040460. OLE color: 15040460.

HSL color Cylindrical-coordinate representation of color #CC7FE5: hue angle of 285.29º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7FE5 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 127 229 -
CMYK 0.11 0.45 0 0.10
HSL 285.29º 0.66% 0.7% -
HSV(B) 285.29º 0.45% 0.9% -
XYZ 46.63 33.67 78.17 -
YUV 161.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 204 127 229 0.11 0.45 0 0.10 285.29 0.66 0.7
Hex CC 7F E5 B 2D 0 A 11D 42 46
Octal 314 177 345 13 55 0 12 435 102 106
Binary 11001100 1111111 11100101 1011 101101 0 1010 100011101 1000010 1000110

Color Harmonies of #CC7FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FE5

Black with #CC7FE5

Text Example


Text Example

White with #CC7FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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