Html Css Color HEX #CC7FF2 Heliotrope

📋 copy color: '#CC7FF2'

red 204 ◦ green 127 ◦ blue 242

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

Shades of Heliotrope #CC7FF2

Tints of Heliotrope #CC7FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.23%

R = 35.6%
G = 22.16%
B = 42.23%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC7FF2 (or 0xCC7FF2) is known color: Heliotrope. HEX triplet: CC, 7F and F2. RGB value is (204,127,242). Sum of RGB (Red+Green+Blue) = 204+127+242=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC7FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FF2 is #33800D. Grayscale: #A2A2A2. Windows color (decimal): -3375118 or 15892428. OLE color: 15892428.

HSL color Cylindrical-coordinate representation of color #CC7FF2: hue angle of 280.17º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC7FF2 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 127 242 -
CMYK 0.16 0.48 0 0.05
HSL 280.17º 0.82% 0.72% -
HSV(B) 280.17º 0.48% 0.95% -
XYZ 48.52 34.43 88.09 -
YUV 163.13 172.51 157.15 -
System Red Green Blue C M Y K H S L
Decimal 204 127 242 0.16 0.48 0 0.05 280.17 0.82 0.72
Hex CC 7F F2 10 30 0 5 118 52 48
Octal 314 177 362 20 60 0 5 430 122 110
Binary 11001100 1111111 11110010 10000 110000 0 101 100011000 1010010 1001000

Color Harmonies of #CC7FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FF2

Black with #CC7FF2

Text Example


Text Example

White with #CC7FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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