Html Css Color HEX #C65BDE Medium Orchid

📋 copy color: '#C65BDE'

red 198 ◦ green 91 ◦ blue 222

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

Shades of Medium Orchid #C65BDE

Tints of Medium Orchid #C65BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.81%

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

R = 38.75%
G = 17.81%
B = 43.44%

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

#C65BDE (or 0xC65BDE) is known color: Medium Orchid. HEX triplet: C6, 5B and DE. RGB value is (198,91,222). Sum of RGB (Red+Green+Blue) = 198+91+222=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #C65BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BDE is #39A421. Grayscale: #898989. Windows color (decimal): -3777570 or 14572486. OLE color: 14572486.

HSL color Cylindrical-coordinate representation of color #C65BDE: hue angle of 289.01º degrees, saturation: 0.66, 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 #C65BDE is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 91 222 -
CMYK 0.11 0.59 0 0.13
HSL 289.01º 0.66% 0.61% -
HSV(B) 289.01º 0.59% 0.87% -
XYZ 40.21 24.76 71.77 -
YUV 137.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 198 91 222 0.11 0.59 0 0.13 289.01 0.66 0.61
Hex C6 5B DE B 3B 0 D 121 42 3D
Octal 306 133 336 13 73 0 15 441 102 75
Binary 11000110 1011011 11011110 1011 111011 0 1101 100100001 1000010 111101

Color Harmonies of #C65BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BDE

Black with #C65BDE

Text Example


Text Example

White with #C65BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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