Html Css Color HEX #C845EB Medium Orchid

📋 copy color: '#C845EB'

red 200 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #C845EB

Tints of Medium Orchid #C845EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 39.68%
G = 13.69%
B = 46.63%

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

#C845EB (or 0xC845EB) is known color: Medium Orchid. HEX triplet: C8, 45 and EB. RGB value is (200,69,235). Sum of RGB (Red+Green+Blue) = 200+69+235=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 69 (27.34% from 255 or 13.69% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #C845EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C845EB is #37BA14. Grayscale: #7E7E7E. Windows color (decimal): -3652117 or 15418824. OLE color: 15418824.

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

Color convert

RGB 200 69 235 -
CMYK 0.15 0.71 0 0.08
HSL 287.35º 0.81% 0.6% -
HSV(B) 287.35º 0.71% 0.92% -
XYZ 40.94 22.53 80.79 -
YUV 127.09 188.9 180 -
System Red Green Blue C M Y K H S L
Decimal 200 69 235 0.15 0.71 0 0.08 287.35 0.81 0.6
Hex C8 45 EB F 47 0 8 11F 51 3C
Octal 310 105 353 17 107 0 10 437 121 74
Binary 11001000 1000101 11101011 1111 1000111 0 1000 100011111 1010001 111100

Color Harmonies of #C845EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C845EB

Black with #C845EB

Text Example


Text Example

White with #C845EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C845EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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