Html Css Color HEX #C845EA Medium Orchid

📋 copy color: '#C845EA'

red 200 ◦ green 69 ◦ blue 234

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

Shades of Medium Orchid #C845EA

Tints of Medium Orchid #C845EA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.72%

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

R = 39.76%
G = 13.72%
B = 46.52%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C845EA (or 0xC845EA) is known color: Medium Orchid. HEX triplet: C8, 45 and EA. RGB value is (200,69,234). Sum of RGB (Red+Green+Blue) = 200+69+234=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 69 (27.34% from 255 or 13.72% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #C845EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C845EA is #37BA15. Grayscale: #7E7E7E. Windows color (decimal): -3652118 or 15353288. OLE color: 15353288.

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

Color convert

RGB 200 69 234 -
CMYK 0.15 0.71 0 0.08
HSL 287.64º 0.8% 0.59% -
HSV(B) 287.64º 0.71% 0.92% -
XYZ 40.8 22.48 80.03 -
YUV 126.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 200 69 234 0.15 0.71 0 0.08 287.64 0.8 0.59
Hex C8 45 EA F 47 0 8 120 50 3B
Octal 310 105 352 17 107 0 10 440 120 73
Binary 11001000 1000101 11101010 1111 1000111 0 1000 100100000 1010000 111011

Color Harmonies of #C845EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C845EA

Black with #C845EA

Text Example


Text Example

White with #C845EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C845EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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