Html Css Color HEX #C66DFA Heliotrope

📋 copy color: '#C66DFA'

red 198 ◦ green 109 ◦ blue 250

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

Shades of Heliotrope #C66DFA

Tints of Heliotrope #C66DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 35.55%
G = 19.57%
B = 44.88%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C66DFA (or 0xC66DFA) is known color: Heliotrope. HEX triplet: C6, 6D and FA. RGB value is (198,109,250). Sum of RGB (Red+Green+Blue) = 198+109+250=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #C66DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66DFA is #399205. Grayscale: #979797. Windows color (decimal): -3772934 or 16412102. OLE color: 16412102.

HSL color Cylindrical-coordinate representation of color #C66DFA: hue angle of 277.87º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C66DFA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 109 250 -
CMYK 0.21 0.56 0 0.02
HSL 277.87º 0.93% 0.7% -
HSV(B) 277.87º 0.56% 0.98% -
XYZ 46.01 29.85 93.78 -
YUV 151.69 183.49 161.04 -
System Red Green Blue C M Y K H S L
Decimal 198 109 250 0.21 0.56 0 0.02 277.87 0.93 0.7
Hex C6 6D FA 15 38 0 2 116 5D 46
Octal 306 155 372 25 70 0 2 426 135 106
Binary 11000110 1101101 11111010 10101 111000 0 10 100010110 1011101 1000110

Color Harmonies of #C66DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66DFA

Black with #C66DFA

Text Example


Text Example

White with #C66DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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