Html Css Color HEX #C666D3 Medium Orchid

📋 copy color: '#C666D3'

red 198 ◦ green 102 ◦ blue 211

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

Shades of Medium Orchid #C666D3

Tints of Medium Orchid #C666D3

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.96%

 BLUE value IS 211 (82.81% from 255) = 41.29%

R = 38.75%
G = 19.96%
B = 41.29%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C666D3 (or 0xC666D3) is known color: Medium Orchid. HEX triplet: C6, 66 and D3. RGB value is (198,102,211). Sum of RGB (Red+Green+Blue) = 198+102+211=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 211 - color contains mainly: blue. Hex color #C666D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666D3 is #39992C. Grayscale: #8E8E8E. Windows color (decimal): -3774765 or 13854406. OLE color: 13854406.

HSL color Cylindrical-coordinate representation of color #C666D3: hue angle of 292.84º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C666D3 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 102 211 -
CMYK 0.06 0.52 0 0.17
HSL 292.84º 0.55% 0.61% -
HSV(B) 292.84º 0.52% 0.83% -
XYZ 39.8 26.21 64.59 -
YUV 143.13 166.3 167.14 -
System Red Green Blue C M Y K H S L
Decimal 198 102 211 0.06 0.52 0 0.17 292.84 0.55 0.61
Hex C6 66 D3 6 34 0 11 125 37 3D
Octal 306 146 323 6 64 0 21 445 67 75
Binary 11000110 1100110 11010011 110 110100 0 10001 100100101 110111 111101

Color Harmonies of #C666D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C666D3

Black with #C666D3

Text Example


Text Example

White with #C666D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C666D3; }

 p { color: rgb(198,102,211); }

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

background-color css

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

 a { background-color: rgb(198,102,211); }

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

border-color css

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

 span { border-color: rgb(198,102,211); }

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