Html Css Color HEX #C662D7 Medium Orchid

📋 copy color: '#C662D7'

red 198 ◦ green 98 ◦ blue 215

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

Shades of Medium Orchid #C662D7

Tints of Medium Orchid #C662D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.07%

R = 38.75%
G = 19.18%
B = 42.07%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C662D7 (or 0xC662D7) is known color: Medium Orchid. HEX triplet: C6, 62 and D7. RGB value is (198,98,215). Sum of RGB (Red+Green+Blue) = 198+98+215=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 215 - color contains mainly: blue. Hex color #C662D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C662D7 is #399D28. Grayscale: #8C8C8C. Windows color (decimal): -3775785 or 14115526. OLE color: 14115526.

HSL color Cylindrical-coordinate representation of color #C662D7: hue angle of 291.28º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C662D7 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 98 215 -
CMYK 0.08 0.54 0 0.16
HSL 291.28º 0.59% 0.61% -
HSV(B) 291.28º 0.54% 0.84% -
XYZ 39.92 25.65 67.14 -
YUV 141.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 198 98 215 0.08 0.54 0 0.16 291.28 0.59 0.61
Hex C6 62 D7 8 36 0 10 123 3B 3D
Octal 306 142 327 10 66 0 20 443 73 75
Binary 11000110 1100010 11010111 1000 110110 0 10000 100100011 111011 111101

Color Harmonies of #C662D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C662D7

Black with #C662D7

Text Example


Text Example

White with #C662D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C662D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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