Html Css Color HEX #C660DA Medium Orchid

📋 copy color: '#C660DA'

red 198 ◦ green 96 ◦ blue 218

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

Shades of Medium Orchid #C660DA

Tints of Medium Orchid #C660DA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.75%

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 38.67%
G = 18.75%
B = 42.58%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C660DA (or 0xC660DA) is known color: Medium Orchid. HEX triplet: C6, 60 and DA. RGB value is (198,96,218). Sum of RGB (Red+Green+Blue) = 198+96+218=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #C660DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660DA is #399F25. Grayscale: #8C8C8C. Windows color (decimal): -3776294 or 14311622. OLE color: 14311622.

HSL color Cylindrical-coordinate representation of color #C660DA: hue angle of 290.16º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C660DA is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 96 218 -
CMYK 0.09 0.56 0 0.15
HSL 290.16º 0.62% 0.62% -
HSV(B) 290.16º 0.56% 0.85% -
XYZ 40.13 25.43 69.12 -
YUV 140.41 171.79 169.08 -
System Red Green Blue C M Y K H S L
Decimal 198 96 218 0.09 0.56 0 0.15 290.16 0.62 0.62
Hex C6 60 DA 9 38 0 F 122 3E 3E
Octal 306 140 332 11 70 0 17 442 76 76
Binary 11000110 1100000 11011010 1001 111000 0 1111 100100010 111110 111110

Color Harmonies of #C660DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C660DA

Black with #C660DA

Text Example


Text Example

White with #C660DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C660DA; }

 p { color: rgb(198,96,218); }

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

background-color css

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

 a { background-color: rgb(198,96,218); }

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

border-color css

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

 span { border-color: rgb(198,96,218); }

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