Html Css Color HEX #C65DED Medium Orchid

📋 copy color: '#C65DED'

red 198 ◦ green 93 ◦ blue 237

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

Shades of Medium Orchid #C65DED

Tints of Medium Orchid #C65DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 37.5%
G = 17.61%
B = 44.89%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C65DED (or 0xC65DED) is known color: Medium Orchid. HEX triplet: C6, 5D and ED. RGB value is (198,93,237). Sum of RGB (Red+Green+Blue) = 198+93+237=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #C65DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65DED is #39A212. Grayscale: #8C8C8C. Windows color (decimal): -3777043 or 15556038. OLE color: 15556038.

HSL color Cylindrical-coordinate representation of color #C65DED: hue angle of 283.75º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C65DED is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 93 237 -
CMYK 0.16 0.61 0 0.07
HSL 283.75º 0.8% 0.65% -
HSV(B) 283.75º 0.61% 0.93% -
XYZ 42.49 25.95 82.89 -
YUV 140.81 182.29 168.79 -
System Red Green Blue C M Y K H S L
Decimal 198 93 237 0.16 0.61 0 0.07 283.75 0.8 0.65
Hex C6 5D ED 10 3D 0 7 11C 50 41
Octal 306 135 355 20 75 0 7 434 120 101
Binary 11000110 1011101 11101101 10000 111101 0 111 100011100 1010000 1000001

Color Harmonies of #C65DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DED

Black with #C65DED

Text Example


Text Example

White with #C65DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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