Html Css Color HEX #C665D5 Medium Orchid

📋 copy color: '#C665D5'

red 198 ◦ green 101 ◦ blue 213

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

Shades of Medium Orchid #C665D5

Tints of Medium Orchid #C665D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.6%

R = 38.67%
G = 19.73%
B = 41.6%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C665D5 (or 0xC665D5) is known color: Medium Orchid. HEX triplet: C6, 65 and D5. RGB value is (198,101,213). Sum of RGB (Red+Green+Blue) = 198+101+213=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #C665D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665D5 is #399A2A. Grayscale: #8E8E8E. Windows color (decimal): -3775019 or 13985222. OLE color: 13985222.

HSL color Cylindrical-coordinate representation of color #C665D5: hue angle of 291.96º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C665D5 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 101 213 -
CMYK 0.07 0.53 0 0.16
HSL 291.96º 0.57% 0.62% -
HSV(B) 291.96º 0.53% 0.84% -
XYZ 39.95 26.12 65.89 -
YUV 142.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 198 101 213 0.07 0.53 0 0.16 291.96 0.57 0.62
Hex C6 65 D5 7 35 0 10 124 39 3E
Octal 306 145 325 7 65 0 20 444 71 76
Binary 11000110 1100101 11010101 111 110101 0 10000 100100100 111001 111110

Color Harmonies of #C665D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665D5

Black with #C665D5

Text Example


Text Example

White with #C665D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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