Html Css Color HEX #CC7DF2 Heliotrope

📋 copy color: '#CC7DF2'

red 204 ◦ green 125 ◦ blue 242

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

Shades of Heliotrope #CC7DF2

Tints of Heliotrope #CC7DF2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.89%

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

R = 35.73%
G = 21.89%
B = 42.38%

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

#CC7DF2 (or 0xCC7DF2) is known color: Heliotrope. HEX triplet: CC, 7D and F2. RGB value is (204,125,242). Sum of RGB (Red+Green+Blue) = 204+125+242=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC7DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7DF2 is #33820D. Grayscale: #A1A1A1. Windows color (decimal): -3375630 or 15891916. OLE color: 15891916.

HSL color Cylindrical-coordinate representation of color #CC7DF2: hue angle of 280.51º 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 #CC7DF2 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 125 242 -
CMYK 0.16 0.48 0 0.05
HSL 280.51º 0.82% 0.72% -
HSV(B) 280.51º 0.48% 0.95% -
XYZ 48.26 33.92 88.01 -
YUV 161.96 173.17 157.99 -
System Red Green Blue C M Y K H S L
Decimal 204 125 242 0.16 0.48 0 0.05 280.51 0.82 0.72
Hex CC 7D F2 10 30 0 5 119 52 48
Octal 314 175 362 20 60 0 5 431 122 110
Binary 11001100 1111101 11110010 10000 110000 0 101 100011001 1010010 1001000

Color Harmonies of #CC7DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7DF2

Black with #CC7DF2

Text Example


Text Example

White with #CC7DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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