Html Css Color HEX #C65EEF Medium Orchid

📋 copy color: '#C65EEF'

red 198 ◦ green 94 ◦ blue 239

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

Shades of Medium Orchid #C65EEF

Tints of Medium Orchid #C65EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.01%

R = 37.29%
G = 17.7%
B = 45.01%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C65EEF (or 0xC65EEF) is known color: Medium Orchid. HEX triplet: C6, 5E and EF. RGB value is (198,94,239). Sum of RGB (Red+Green+Blue) = 198+94+239=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #C65EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65EEF is #39A110. Grayscale: #8D8D8D. Windows color (decimal): -3776785 or 15687366. OLE color: 15687366.

HSL color Cylindrical-coordinate representation of color #C65EEF: hue angle of 283.03º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C65EEF is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 94 239 -
CMYK 0.17 0.61 0 0.06
HSL 283.03º 0.82% 0.65% -
HSV(B) 283.03º 0.61% 0.94% -
XYZ 42.87 26.24 84.47 -
YUV 141.63 182.96 168.21 -
System Red Green Blue C M Y K H S L
Decimal 198 94 239 0.17 0.61 0 0.06 283.03 0.82 0.65
Hex C6 5E EF 11 3D 0 6 11B 52 41
Octal 306 136 357 21 75 0 6 433 122 101
Binary 11000110 1011110 11101111 10001 111101 0 110 100011011 1010010 1000001

Color Harmonies of #C65EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65EEF

Black with #C65EEF

Text Example


Text Example

White with #C65EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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