Html Css Color HEX #C65EDB Medium Orchid

📋 copy color: '#C65EDB'

red 198 ◦ green 94 ◦ blue 219

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

Shades of Medium Orchid #C65EDB

Tints of Medium Orchid #C65EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.86%

R = 38.75%
G = 18.4%
B = 42.86%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C65EDB (or 0xC65EDB) is known color: Medium Orchid. HEX triplet: C6, 5E and DB. RGB value is (198,94,219). Sum of RGB (Red+Green+Blue) = 198+94+219=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #C65EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65EDB is #39A124. Grayscale: #8A8A8A. Windows color (decimal): -3776805 or 14376646. OLE color: 14376646.

HSL color Cylindrical-coordinate representation of color #C65EDB: hue angle of 289.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65EDB is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 94 219 -
CMYK 0.10 0.57 0 0.14
HSL 289.92º 0.63% 0.61% -
HSV(B) 289.92º 0.57% 0.86% -
XYZ 40.08 25.13 69.76 -
YUV 139.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 198 94 219 0.10 0.57 0 0.14 289.92 0.63 0.61
Hex C6 5E DB A 39 0 E 122 3F 3D
Octal 306 136 333 12 71 0 16 442 77 75
Binary 11000110 1011110 11011011 1010 111001 0 1110 100100010 111111 111101

Color Harmonies of #C65EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65EDB

Black with #C65EDB

Text Example


Text Example

White with #C65EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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