Html Css Color HEX #C044EB Medium Orchid

📋 copy color: '#C044EB'

red 192 ◦ green 68 ◦ blue 235

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

Shades of Medium Orchid #C044EB

Tints of Medium Orchid #C044EB

RGB

 RED value IS 192 (75.39% from 255) = 38.79%

 GREEN value IS 68 (26.95% from 255) = 13.74%

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

R = 38.79%
G = 13.74%
B = 47.47%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C044EB (or 0xC044EB) is known color: Medium Orchid. HEX triplet: C0, 44 and EB. RGB value is (192,68,235). Sum of RGB (Red+Green+Blue) = 192+68+235=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #C044EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044EB is #3FBB14. Grayscale: #7B7B7B. Windows color (decimal): -4176661 or 15418560. OLE color: 15418560.

HSL color Cylindrical-coordinate representation of color #C044EB: hue angle of 284.55º degrees, saturation: 0.81, 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 #C044EB is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 68 235 -
CMYK 0.18 0.71 0 0.08
HSL 284.55º 0.81% 0.59% -
HSV(B) 284.55º 0.71% 0.92% -
XYZ 38.8 21.34 80.67 -
YUV 124.11 190.58 176.42 -
System Red Green Blue C M Y K H S L
Decimal 192 68 235 0.18 0.71 0 0.08 284.55 0.81 0.59
Hex C0 44 EB 12 47 0 8 11D 51 3B
Octal 300 104 353 22 107 0 10 435 121 73
Binary 11000000 1000100 11101011 10010 1000111 0 1000 100011101 1010001 111011

Color Harmonies of #C044EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C044EB

Black with #C044EB

Text Example


Text Example

White with #C044EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C044EB; }

 p { color: rgb(192,68,235); }

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

background-color css

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

 a { background-color: rgb(192,68,235); }

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

border-color css

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

 span { border-color: rgb(192,68,235); }

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