Html Css Color HEX #C65ADE Medium Orchid

📋 copy color: '#C65ADE'

red 198 ◦ green 90 ◦ blue 222

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

Shades of Medium Orchid #C65ADE

Tints of Medium Orchid #C65ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.65%

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 38.82%
G = 17.65%
B = 43.53%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C65ADE (or 0xC65ADE) is known color: Medium Orchid. HEX triplet: C6, 5A and DE. RGB value is (198,90,222). Sum of RGB (Red+Green+Blue) = 198+90+222=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #C65ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ADE is #39A521. Grayscale: #888888. Windows color (decimal): -3777826 or 14572230. OLE color: 14572230.

HSL color Cylindrical-coordinate representation of color #C65ADE: hue angle of 289.09º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65ADE is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 90 222 -
CMYK 0.11 0.59 0 0.13
HSL 289.09º 0.67% 0.61% -
HSV(B) 289.09º 0.59% 0.87% -
XYZ 40.13 24.59 71.74 -
YUV 137.34 175.78 171.27 -
System Red Green Blue C M Y K H S L
Decimal 198 90 222 0.11 0.59 0 0.13 289.09 0.67 0.61
Hex C6 5A DE B 3B 0 D 121 43 3D
Octal 306 132 336 13 73 0 15 441 103 75
Binary 11000110 1011010 11011110 1011 111011 0 1101 100100001 1000011 111101

Color Harmonies of #C65ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65ADE

Black with #C65ADE

Text Example


Text Example

White with #C65ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65ADE; }

 p { color: rgb(198,90,222); }

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

background-color css

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

 a { background-color: rgb(198,90,222); }

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

border-color css

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

 span { border-color: rgb(198,90,222); }

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