Html Css Color HEX #C85FDA Medium Orchid

📋 copy color: '#C85FDA'

red 200 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #C85FDA

Tints of Medium Orchid #C85FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.52%

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

R = 38.99%
G = 18.52%
B = 42.5%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C85FDA (or 0xC85FDA) is known color: Medium Orchid. HEX triplet: C8, 5F and DA. RGB value is (200,95,218). Sum of RGB (Red+Green+Blue) = 200+95+218=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #C85FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FDA is #37A025. Grayscale: #8C8C8C. Windows color (decimal): -3645478 or 14311368. OLE color: 14311368.

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

Color convert

RGB 200 95 218 -
CMYK 0.08 0.56 0 0.15
HSL 291.22º 0.62% 0.61% -
HSV(B) 291.22º 0.56% 0.85% -
XYZ 40.57 25.53 69.12 -
YUV 140.42 171.79 170.5 -
System Red Green Blue C M Y K H S L
Decimal 200 95 218 0.08 0.56 0 0.15 291.22 0.62 0.61
Hex C8 5F DA 8 38 0 F 123 3E 3D
Octal 310 137 332 10 70 0 17 443 76 75
Binary 11001000 1011111 11011010 1000 111000 0 1111 100100011 111110 111101

Color Harmonies of #C85FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85FDA

Black with #C85FDA

Text Example


Text Example

White with #C85FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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