Html Css Color HEX #C85AE6 Medium Orchid

📋 copy color: '#C85AE6'

red 200 ◦ green 90 ◦ blue 230

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

Shades of Medium Orchid #C85AE6

Tints of Medium Orchid #C85AE6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.31%

 BLUE value IS 230 (90.23% from 255) = 44.23%

R = 38.46%
G = 17.31%
B = 44.23%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C85AE6 (or 0xC85AE6) is known color: Medium Orchid. HEX triplet: C8, 5A and E6. RGB value is (200,90,230). Sum of RGB (Red+Green+Blue) = 200+90+230=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #C85AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85AE6 is #37A519. Grayscale: #8A8A8A. Windows color (decimal): -3646746 or 15096520. OLE color: 15096520.

HSL color Cylindrical-coordinate representation of color #C85AE6: hue angle of 287.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C85AE6 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 200 90 230 -
CMYK 0.13 0.61 0 0.10
HSL 287.14º 0.74% 0.63% -
HSV(B) 287.14º 0.61% 0.9% -
XYZ 41.76 25.3 77.55 -
YUV 138.85 179.44 171.62 -
System Red Green Blue C M Y K H S L
Decimal 200 90 230 0.13 0.61 0 0.10 287.14 0.74 0.63
Hex C8 5A E6 D 3D 0 A 11F 4A 3F
Octal 310 132 346 15 75 0 12 437 112 77
Binary 11001000 1011010 11100110 1101 111101 0 1010 100011111 1001010 111111

Color Harmonies of #C85AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AE6

Black with #C85AE6

Text Example


Text Example

White with #C85AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AE6; }

 p { color: rgb(200,90,230); }

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

background-color css

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

 a { background-color: rgb(200,90,230); }

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

border-color css

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

 span { border-color: rgb(200,90,230); }

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