Html Css Color HEX #C660D3 Medium Orchid

📋 copy color: '#C660D3'

red 198 ◦ green 96 ◦ blue 211

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

Shades of Medium Orchid #C660D3

Tints of Medium Orchid #C660D3

RGB

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

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

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

R = 39.21%
G = 19.01%
B = 41.78%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C660D3 (or 0xC660D3) is known color: Medium Orchid. HEX triplet: C6, 60 and D3. RGB value is (198,96,211). Sum of RGB (Red+Green+Blue) = 198+96+211=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #C660D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660D3 is #399F2C. Grayscale: #8B8B8B. Windows color (decimal): -3776301 or 13852870. OLE color: 13852870.

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

Color convert

RGB 198 96 211 -
CMYK 0.06 0.55 0 0.17
HSL 293.22º 0.57% 0.6% -
HSV(B) 293.22º 0.55% 0.83% -
XYZ 39.23 25.07 64.4 -
YUV 139.61 168.29 169.65 -
System Red Green Blue C M Y K H S L
Decimal 198 96 211 0.06 0.55 0 0.17 293.22 0.57 0.6
Hex C6 60 D3 6 37 0 11 125 39 3C
Octal 306 140 323 6 67 0 21 445 71 74
Binary 11000110 1100000 11010011 110 110111 0 10001 100100101 111001 111100

Color Harmonies of #C660D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C660D3

Black with #C660D3

Text Example


Text Example

White with #C660D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C660D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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