Html Css Color HEX #C85CDA Medium Orchid

📋 copy color: '#C85CDA'

red 200 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #C85CDA

Tints of Medium Orchid #C85CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.04%

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

R = 39.22%
G = 18.04%
B = 42.75%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C85CDA (or 0xC85CDA) is known color: Medium Orchid. HEX triplet: C8, 5C and DA. RGB value is (200,92,218). Sum of RGB (Red+Green+Blue) = 200+92+218=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #C85CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CDA is #37A325. Grayscale: #8A8A8A. Windows color (decimal): -3646246 or 14310600. OLE color: 14310600.

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

Color convert

RGB 200 92 218 -
CMYK 0.08 0.58 0 0.15
HSL 291.43º 0.63% 0.61% -
HSV(B) 291.43º 0.58% 0.85% -
XYZ 40.3 25 69.03 -
YUV 138.66 172.78 171.75 -
System Red Green Blue C M Y K H S L
Decimal 200 92 218 0.08 0.58 0 0.15 291.43 0.63 0.61
Hex C8 5C DA 8 3A 0 F 123 3F 3D
Octal 310 134 332 10 72 0 17 443 77 75
Binary 11001000 1011100 11011010 1000 111010 0 1111 100100011 111111 111101

Color Harmonies of #C85CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CDA

Black with #C85CDA

Text Example


Text Example

White with #C85CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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