Html Css Color HEX #C85BD4 Medium Orchid

📋 copy color: '#C85BD4'

red 200 ◦ green 91 ◦ blue 212

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

Shades of Medium Orchid #C85BD4

Tints of Medium Orchid #C85BD4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.09%

 BLUE value IS 212 (83.2% from 255) = 42.15%

R = 39.76%
G = 18.09%
B = 42.15%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C85BD4 (or 0xC85BD4) is known color: Medium Orchid. HEX triplet: C8, 5B and D4. RGB value is (200,91,212). Sum of RGB (Red+Green+Blue) = 200+91+212=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #C85BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BD4 is #37A42B. Grayscale: #898989. Windows color (decimal): -3646508 or 13917128. OLE color: 13917128.

HSL color Cylindrical-coordinate representation of color #C85BD4: hue angle of 294.05º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85BD4 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 91 212 -
CMYK 0.06 0.57 0 0.17
HSL 294.05º 0.58% 0.59% -
HSV(B) 294.05º 0.57% 0.83% -
XYZ 39.44 24.52 64.94 -
YUV 137.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 200 91 212 0.06 0.57 0 0.17 294.05 0.58 0.59
Hex C8 5B D4 6 39 0 11 126 3A 3B
Octal 310 133 324 6 71 0 21 446 72 73
Binary 11001000 1011011 11010100 110 111001 0 10001 100100110 111010 111011

Color Harmonies of #C85BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BD4

Black with #C85BD4

Text Example


Text Example

White with #C85BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BD4; }

 p { color: rgb(200,91,212); }

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

background-color css

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

 a { background-color: rgb(200,91,212); }

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

border-color css

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

 span { border-color: rgb(200,91,212); }

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