Html Css Color HEX #C65EDD Medium Orchid

📋 copy color: '#C65EDD'

red 198 ◦ green 94 ◦ blue 221

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

Shades of Medium Orchid #C65EDD

Tints of Medium Orchid #C65EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.32%

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 38.6%
G = 18.32%
B = 43.08%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C65EDD (or 0xC65EDD) is known color: Medium Orchid. HEX triplet: C6, 5E and DD. RGB value is (198,94,221). Sum of RGB (Red+Green+Blue) = 198+94+221=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #C65EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65EDD is #39A122. Grayscale: #8B8B8B. Windows color (decimal): -3776803 or 14507718. OLE color: 14507718.

HSL color Cylindrical-coordinate representation of color #C65EDD: hue angle of 289.13º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65EDD is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 94 221 -
CMYK 0.10 0.57 0 0.13
HSL 289.13º 0.65% 0.62% -
HSV(B) 289.13º 0.57% 0.87% -
XYZ 40.34 25.23 71.15 -
YUV 139.57 173.96 169.67 -
System Red Green Blue C M Y K H S L
Decimal 198 94 221 0.10 0.57 0 0.13 289.13 0.65 0.62
Hex C6 5E DD A 39 0 D 121 41 3E
Octal 306 136 335 12 71 0 15 441 101 76
Binary 11000110 1011110 11011101 1010 111001 0 1101 100100001 1000001 111110

Color Harmonies of #C65EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65EDD

Black with #C65EDD

Text Example


Text Example

White with #C65EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65EDD; }

 p { color: rgb(198,94,221); }

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

background-color css

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

 a { background-color: rgb(198,94,221); }

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

border-color css

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

 span { border-color: rgb(198,94,221); }

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