Html Css Color HEX #C85AEE Medium Orchid

📋 copy color: '#C85AEE'

red 200 ◦ green 90 ◦ blue 238

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

Shades of Medium Orchid #C85AEE

Tints of Medium Orchid #C85AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 37.88%
G = 17.05%
B = 45.08%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C85AEE (or 0xC85AEE) is known color: Medium Orchid. HEX triplet: C8, 5A and EE. RGB value is (200,90,238). Sum of RGB (Red+Green+Blue) = 200+90+238=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #C85AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85AEE is #37A511. Grayscale: #8B8B8B. Windows color (decimal): -3646738 or 15620808. OLE color: 15620808.

HSL color Cylindrical-coordinate representation of color #C85AEE: hue angle of 284.59º degrees, saturation: 0.81, 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 #C85AEE is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 90 238 -
CMYK 0.16 0.62 0 0.07
HSL 284.59º 0.81% 0.64% -
HSV(B) 284.59º 0.62% 0.93% -
XYZ 42.91 25.76 83.6 -
YUV 139.76 183.44 170.97 -
System Red Green Blue C M Y K H S L
Decimal 200 90 238 0.16 0.62 0 0.07 284.59 0.81 0.64
Hex C8 5A EE 10 3E 0 7 11D 51 40
Octal 310 132 356 20 76 0 7 435 121 100
Binary 11001000 1011010 11101110 10000 111110 0 111 100011101 1010001 1000000

Color Harmonies of #C85AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AEE

Black with #C85AEE

Text Example


Text Example

White with #C85AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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