Html Css Color HEX #C66DF2 Heliotrope

📋 copy color: '#C66DF2'

red 198 ◦ green 109 ◦ blue 242

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

Shades of Heliotrope #C66DF2

Tints of Heliotrope #C66DF2

RGB

 RED value IS 198 (77.73% from 255) = 36.07%

 GREEN value IS 109 (42.97% from 255) = 19.85%

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

R = 36.07%
G = 19.85%
B = 44.08%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C66DF2 (or 0xC66DF2) is known color: Heliotrope. HEX triplet: C6, 6D and F2. RGB value is (198,109,242). Sum of RGB (Red+Green+Blue) = 198+109+242=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #C66DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66DF2 is #39920D. Grayscale: #969696. Windows color (decimal): -3772942 or 15887814. OLE color: 15887814.

HSL color Cylindrical-coordinate representation of color #C66DF2: hue angle of 280.15º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C66DF2 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 109 242 -
CMYK 0.18 0.55 0 0.05
HSL 280.15º 0.84% 0.69% -
HSV(B) 280.15º 0.55% 0.95% -
XYZ 44.78 29.35 87.31 -
YUV 150.77 179.49 161.69 -
System Red Green Blue C M Y K H S L
Decimal 198 109 242 0.18 0.55 0 0.05 280.15 0.84 0.69
Hex C6 6D F2 12 37 0 5 118 54 45
Octal 306 155 362 22 67 0 5 430 124 105
Binary 11000110 1101101 11110010 10010 110111 0 101 100011000 1010100 1000101

Color Harmonies of #C66DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66DF2

Black with #C66DF2

Text Example


Text Example

White with #C66DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66DF2; }

 p { color: rgb(198,109,242); }

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

background-color css

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

 a { background-color: rgb(198,109,242); }

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

border-color css

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

 span { border-color: rgb(198,109,242); }

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