Html Css Color HEX #C665D8 Medium Orchid

📋 copy color: '#C665D8'

red 198 ◦ green 101 ◦ blue 216

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

Shades of Medium Orchid #C665D8

Tints of Medium Orchid #C665D8

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.61%

 BLUE value IS 216 (84.77% from 255) = 41.94%

R = 38.45%
G = 19.61%
B = 41.94%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C665D8 (or 0xC665D8) is known color: Medium Orchid. HEX triplet: C6, 65 and D8. RGB value is (198,101,216). Sum of RGB (Red+Green+Blue) = 198+101+216=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #C665D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665D8 is #399A27. Grayscale: #8E8E8E. Windows color (decimal): -3775016 or 14181830. OLE color: 14181830.

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

Color convert

RGB 198 101 216 -
CMYK 0.08 0.53 0 0.15
HSL 290.61º 0.6% 0.62% -
HSV(B) 290.61º 0.53% 0.85% -
XYZ 40.34 26.27 67.91 -
YUV 143.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 198 101 216 0.08 0.53 0 0.15 290.61 0.6 0.62
Hex C6 65 D8 8 35 0 F 123 3C 3E
Octal 306 145 330 10 65 0 17 443 74 76
Binary 11000110 1100101 11011000 1000 110101 0 1111 100100011 111100 111110

Color Harmonies of #C665D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665D8

Black with #C665D8

Text Example


Text Example

White with #C665D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665D8; }

 p { color: rgb(198,101,216); }

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

background-color css

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

 a { background-color: rgb(198,101,216); }

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

border-color css

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

 span { border-color: rgb(198,101,216); }

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