Html Css Color HEX #C85EDA Medium Orchid

📋 copy color: '#C85EDA'

red 200 ◦ green 94 ◦ blue 218

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

Shades of Medium Orchid #C85EDA

Tints of Medium Orchid #C85EDA

RGB

 RED value IS 200 (78.52% from 255) = 39.06%

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

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 39.06%
G = 18.36%
B = 42.58%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C85EDA (or 0xC85EDA) is known color: Medium Orchid. HEX triplet: C8, 5E and DA. RGB value is (200,94,218). Sum of RGB (Red+Green+Blue) = 200+94+218=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #C85EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EDA is #37A125. Grayscale: #8B8B8B. Windows color (decimal): -3645734 or 14311112. OLE color: 14311112.

HSL color Cylindrical-coordinate representation of color #C85EDA: hue angle of 291.29º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85EDA is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 94 218 -
CMYK 0.08 0.57 0 0.15
HSL 291.29º 0.63% 0.61% -
HSV(B) 291.29º 0.57% 0.85% -
XYZ 40.48 25.35 69.09 -
YUV 139.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 200 94 218 0.08 0.57 0 0.15 291.29 0.63 0.61
Hex C8 5E DA 8 39 0 F 123 3F 3D
Octal 310 136 332 10 71 0 17 443 77 75
Binary 11001000 1011110 11011010 1000 111001 0 1111 100100011 111111 111101

Color Harmonies of #C85EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EDA

Black with #C85EDA

Text Example


Text Example

White with #C85EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EDA; }

 p { color: rgb(200,94,218); }

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

background-color css

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

 a { background-color: rgb(200,94,218); }

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

border-color css

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

 span { border-color: rgb(200,94,218); }

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