Html Css Color HEX #C65DD9 Medium Orchid

📋 copy color: '#C65DD9'

red 198 ◦ green 93 ◦ blue 217

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

Shades of Medium Orchid #C65DD9

Tints of Medium Orchid #C65DD9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.31%

 BLUE value IS 217 (85.16% from 255) = 42.72%

R = 38.98%
G = 18.31%
B = 42.72%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C65DD9 (or 0xC65DD9) is known color: Medium Orchid. HEX triplet: C6, 5D and D9. RGB value is (198,93,217). Sum of RGB (Red+Green+Blue) = 198+93+217=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #C65DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DD9 is #39A226. Grayscale: #8A8A8A. Windows color (decimal): -3777063 or 14245318. OLE color: 14245318.

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

Color convert

RGB 198 93 217 -
CMYK 0.09 0.57 0 0.15
HSL 290.81º 0.62% 0.61% -
HSV(B) 290.81º 0.57% 0.85% -
XYZ 39.73 24.84 68.35 -
YUV 138.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 198 93 217 0.09 0.57 0 0.15 290.81 0.62 0.61
Hex C6 5D D9 9 39 0 F 123 3E 3D
Octal 306 135 331 11 71 0 17 443 76 75
Binary 11000110 1011101 11011001 1001 111001 0 1111 100100011 111110 111101

Color Harmonies of #C65DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DD9

Black with #C65DD9

Text Example


Text Example

White with #C65DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DD9; }

 p { color: rgb(198,93,217); }

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

background-color css

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

 a { background-color: rgb(198,93,217); }

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

border-color css

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

 span { border-color: rgb(198,93,217); }

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