Html Css Color HEX #C85CEA Medium Orchid

📋 copy color: '#C85CEA'

red 200 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #C85CEA

Tints of Medium Orchid #C85CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.49%

 BLUE value IS 234 (91.8% from 255) = 44.49%

R = 38.02%
G = 17.49%
B = 44.49%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C85CEA (or 0xC85CEA) is known color: Medium Orchid. HEX triplet: C8, 5C and EA. RGB value is (200,92,234). Sum of RGB (Red+Green+Blue) = 200+92+234=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #C85CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85CEA is #37A315. Grayscale: #8C8C8C. Windows color (decimal): -3646230 or 15359176. OLE color: 15359176.

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

Color convert

RGB 200 92 234 -
CMYK 0.15 0.61 0 0.08
HSL 285.63º 0.77% 0.64% -
HSV(B) 285.63º 0.61% 0.92% -
XYZ 42.5 25.87 80.6 -
YUV 140.48 180.78 170.45 -
System Red Green Blue C M Y K H S L
Decimal 200 92 234 0.15 0.61 0 0.08 285.63 0.77 0.64
Hex C8 5C EA F 3D 0 8 11E 4D 40
Octal 310 134 352 17 75 0 10 436 115 100
Binary 11001000 1011100 11101010 1111 111101 0 1000 100011110 1001101 1000000

Color Harmonies of #C85CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CEA

Black with #C85CEA

Text Example


Text Example

White with #C85CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CEA; }

 p { color: rgb(200,92,234); }

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

background-color css

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

 a { background-color: rgb(200,92,234); }

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

border-color css

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

 span { border-color: rgb(200,92,234); }

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