Html Css Color HEX #C65DDE Medium Orchid

📋 copy color: '#C65DDE'

red 198 ◦ green 93 ◦ blue 222

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

Shades of Medium Orchid #C65DDE

Tints of Medium Orchid #C65DDE

RGB

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

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

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

R = 38.6%
G = 18.13%
B = 43.27%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C65DDE (or 0xC65DDE) is known color: Medium Orchid. HEX triplet: C6, 5D and DE. RGB value is (198,93,222). Sum of RGB (Red+Green+Blue) = 198+93+222=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #C65DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DDE is #39A221. Grayscale: #8A8A8A. Windows color (decimal): -3777058 or 14572998. OLE color: 14572998.

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

Color convert

RGB 198 93 222 -
CMYK 0.11 0.58 0 0.13
HSL 288.84º 0.66% 0.62% -
HSV(B) 288.84º 0.58% 0.87% -
XYZ 40.39 25.11 71.82 -
YUV 139.1 174.79 170.01 -
System Red Green Blue C M Y K H S L
Decimal 198 93 222 0.11 0.58 0 0.13 288.84 0.66 0.62
Hex C6 5D DE B 3A 0 D 121 42 3E
Octal 306 135 336 13 72 0 15 441 102 76
Binary 11000110 1011101 11011110 1011 111010 0 1101 100100001 1000010 111110

Color Harmonies of #C65DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DDE

Black with #C65DDE

Text Example


Text Example

White with #C65DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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