Html Css Color HEX #C66ADF Medium Orchid

📋 copy color: '#C66ADF'

red 198 ◦ green 106 ◦ blue 223

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

Shades of Medium Orchid #C66ADF

Tints of Medium Orchid #C66ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.11%

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 37.57%
G = 20.11%
B = 42.31%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C66ADF (or 0xC66ADF) is known color: Medium Orchid. HEX triplet: C6, 6A and DF. RGB value is (198,106,223). Sum of RGB (Red+Green+Blue) = 198+106+223=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #C66ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ADF is #399520. Grayscale: #929292. Windows color (decimal): -3773729 or 14641862. OLE color: 14641862.

HSL color Cylindrical-coordinate representation of color #C66ADF: hue angle of 287.18º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66ADF is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 106 223 -
CMYK 0.11 0.52 0 0.13
HSL 287.18º 0.65% 0.65% -
HSV(B) 287.18º 0.52% 0.87% -
XYZ 41.76 27.64 72.95 -
YUV 146.85 170.98 164.49 -
System Red Green Blue C M Y K H S L
Decimal 198 106 223 0.11 0.52 0 0.13 287.18 0.65 0.65
Hex C6 6A DF B 34 0 D 11F 41 41
Octal 306 152 337 13 64 0 15 437 101 101
Binary 11000110 1101010 11011111 1011 110100 0 1101 100011111 1000001 1000001

Color Harmonies of #C66ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66ADF

Black with #C66ADF

Text Example


Text Example

White with #C66ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66ADF; }

 p { color: rgb(198,106,223); }

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

background-color css

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

 a { background-color: rgb(198,106,223); }

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

border-color css

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

 span { border-color: rgb(198,106,223); }

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