Html Css Color HEX #C65EDF Medium Orchid

📋 copy color: '#C65EDF'

red 198 ◦ green 94 ◦ blue 223

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

Shades of Medium Orchid #C65EDF

Tints of Medium Orchid #C65EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 38.45%
G = 18.25%
B = 43.3%

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

#C65EDF (or 0xC65EDF) is known color: Medium Orchid. HEX triplet: C6, 5E and DF. RGB value is (198,94,223). Sum of RGB (Red+Green+Blue) = 198+94+223=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #C65EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65EDF is #39A120. Grayscale: #8B8B8B. Windows color (decimal): -3776801 or 14638790. OLE color: 14638790.

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

Color convert

RGB 198 94 223 -
CMYK 0.11 0.58 0 0.13
HSL 288.37º 0.67% 0.62% -
HSV(B) 288.37º 0.58% 0.87% -
XYZ 40.61 25.34 72.56 -
YUV 139.8 174.96 169.51 -
System Red Green Blue C M Y K H S L
Decimal 198 94 223 0.11 0.58 0 0.13 288.37 0.67 0.62
Hex C6 5E DF B 3A 0 D 120 43 3E
Octal 306 136 337 13 72 0 15 440 103 76
Binary 11000110 1011110 11011111 1011 111010 0 1101 100100000 1000011 111110

Color Harmonies of #C65EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65EDF

Black with #C65EDF

Text Example


Text Example

White with #C65EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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