Html Css Color HEX #C85AEC Medium Orchid

📋 copy color: '#C85AEC'

red 200 ◦ green 90 ◦ blue 236

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

Shades of Medium Orchid #C85AEC

Tints of Medium Orchid #C85AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 38.02%
G = 17.11%
B = 44.87%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C85AEC (or 0xC85AEC) is known color: Medium Orchid. HEX triplet: C8, 5A and EC. RGB value is (200,90,236). Sum of RGB (Red+Green+Blue) = 200+90+236=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #C85AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85AEC is #37A513. Grayscale: #8B8B8B. Windows color (decimal): -3646740 or 15489736. OLE color: 15489736.

HSL color Cylindrical-coordinate representation of color #C85AEC: hue angle of 285.21º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C85AEC is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 90 236 -
CMYK 0.15 0.62 0 0.07
HSL 285.21º 0.79% 0.64% -
HSV(B) 285.21º 0.62% 0.93% -
XYZ 42.62 25.65 82.06 -
YUV 139.53 182.44 171.13 -
System Red Green Blue C M Y K H S L
Decimal 200 90 236 0.15 0.62 0 0.07 285.21 0.79 0.64
Hex C8 5A EC F 3E 0 7 11D 4F 40
Octal 310 132 354 17 76 0 7 435 117 100
Binary 11001000 1011010 11101100 1111 111110 0 111 100011101 1001111 1000000

Color Harmonies of #C85AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AEC

Black with #C85AEC

Text Example


Text Example

White with #C85AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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