Html Css Color HEX #C662DD Medium Orchid

📋 copy color: '#C662DD'

red 198 ◦ green 98 ◦ blue 221

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

Shades of Medium Orchid #C662DD

Tints of Medium Orchid #C662DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.96%

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 38.3%
G = 18.96%
B = 42.75%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C662DD (or 0xC662DD) is known color: Medium Orchid. HEX triplet: C6, 62 and DD. RGB value is (198,98,221). Sum of RGB (Red+Green+Blue) = 198+98+221=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #C662DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C662DD is #399D22. Grayscale: #8D8D8D. Windows color (decimal): -3775779 or 14508742. OLE color: 14508742.

HSL color Cylindrical-coordinate representation of color #C662DD: hue angle of 288.78º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C662DD is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 98 221 -
CMYK 0.10 0.56 0 0.13
HSL 288.78º 0.64% 0.63% -
HSV(B) 288.78º 0.56% 0.87% -
XYZ 40.71 25.96 71.27 -
YUV 141.92 172.63 168 -
System Red Green Blue C M Y K H S L
Decimal 198 98 221 0.10 0.56 0 0.13 288.78 0.64 0.63
Hex C6 62 DD A 38 0 D 121 40 3F
Octal 306 142 335 12 70 0 15 441 100 77
Binary 11000110 1100010 11011101 1010 111000 0 1101 100100001 1000000 111111

Color Harmonies of #C662DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C662DD

Black with #C662DD

Text Example


Text Example

White with #C662DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C662DD; }

 p { color: rgb(198,98,221); }

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

background-color css

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

 a { background-color: rgb(198,98,221); }

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

border-color css

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

 span { border-color: rgb(198,98,221); }

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