Html Css Color HEX #C65EED Medium Orchid

📋 copy color: '#C65EED'

red 198 ◦ green 94 ◦ blue 237

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

Shades of Medium Orchid #C65EED

Tints of Medium Orchid #C65EED

RGB

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

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

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

R = 37.43%
G = 17.77%
B = 44.8%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C65EED (or 0xC65EED) is known color: Medium Orchid. HEX triplet: C6, 5E and ED. RGB value is (198,94,237). Sum of RGB (Red+Green+Blue) = 198+94+237=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #C65EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65EED is #39A112. Grayscale: #8C8C8C. Windows color (decimal): -3776787 or 15556294. OLE color: 15556294.

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

Color convert

RGB 198 94 237 -
CMYK 0.16 0.60 0 0.07
HSL 283.64º 0.8% 0.65% -
HSV(B) 283.64º 0.6% 0.93% -
XYZ 42.58 26.13 82.92 -
YUV 141.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 198 94 237 0.16 0.60 0 0.07 283.64 0.8 0.65
Hex C6 5E ED 10 3C 0 7 11C 50 41
Octal 306 136 355 20 74 0 7 434 120 101
Binary 11000110 1011110 11101101 10000 111100 0 111 100011100 1010000 1000001

Color Harmonies of #C65EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65EED

Black with #C65EED

Text Example


Text Example

White with #C65EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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