Html Css Color HEX #C65DE0 Medium Orchid

📋 copy color: '#C65DE0'

red 198 ◦ green 93 ◦ blue 224

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

Shades of Medium Orchid #C65DE0

Tints of Medium Orchid #C65DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.5%

R = 38.45%
G = 18.06%
B = 43.5%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C65DE0 (or 0xC65DE0) is known color: Medium Orchid. HEX triplet: C6, 5D and E0. RGB value is (198,93,224). Sum of RGB (Red+Green+Blue) = 198+93+224=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #C65DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DE0 is #39A21F. Grayscale: #8A8A8A. Windows color (decimal): -3777056 or 14704070. OLE color: 14704070.

HSL color Cylindrical-coordinate representation of color #C65DE0: hue angle of 288.09º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65DE0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 93 224 -
CMYK 0.12 0.58 0 0.12
HSL 288.09º 0.68% 0.62% -
HSV(B) 288.09º 0.58% 0.88% -
XYZ 40.66 25.22 73.25 -
YUV 139.33 175.79 169.85 -
System Red Green Blue C M Y K H S L
Decimal 198 93 224 0.12 0.58 0 0.12 288.09 0.68 0.62
Hex C6 5D E0 C 3A 0 C 120 44 3E
Octal 306 135 340 14 72 0 14 440 104 76
Binary 11000110 1011101 11100000 1100 111010 0 1100 100100000 1000100 111110

Color Harmonies of #C65DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DE0

Black with #C65DE0

Text Example


Text Example

White with #C65DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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