Html Css Color HEX #C65DEF Medium Orchid

📋 copy color: '#C65DEF'

red 198 ◦ green 93 ◦ blue 239

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

Shades of Medium Orchid #C65DEF

Tints of Medium Orchid #C65DEF

RGB

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

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

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

R = 37.36%
G = 17.55%
B = 45.09%

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

#C65DEF (or 0xC65DEF) is known color: Medium Orchid. HEX triplet: C6, 5D and EF. RGB value is (198,93,239). Sum of RGB (Red+Green+Blue) = 198+93+239=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #C65DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65DEF is #39A210. Grayscale: #8C8C8C. Windows color (decimal): -3777041 or 15687110. OLE color: 15687110.

HSL color Cylindrical-coordinate representation of color #C65DEF: hue angle of 283.15º 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 #C65DEF is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 93 239 -
CMYK 0.17 0.61 0 0.06
HSL 283.15º 0.82% 0.65% -
HSV(B) 283.15º 0.61% 0.94% -
XYZ 42.78 26.07 84.44 -
YUV 141.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 198 93 239 0.17 0.61 0 0.06 283.15 0.82 0.65
Hex C6 5D EF 11 3D 0 6 11B 52 41
Octal 306 135 357 21 75 0 6 433 122 101
Binary 11000110 1011101 11101111 10001 111101 0 110 100011011 1010010 1000001

Color Harmonies of #C65DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DEF

Black with #C65DEF

Text Example


Text Example

White with #C65DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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