Html Css Color HEX #C04BDA Medium Orchid

📋 copy color: '#C04BDA'

red 192 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #C04BDA

Tints of Medium Orchid #C04BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.46%

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 39.59%
G = 15.46%
B = 44.95%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C04BDA (or 0xC04BDA) is known color: Medium Orchid. HEX triplet: C0, 4B and DA. RGB value is (192,75,218). Sum of RGB (Red+Green+Blue) = 192+75+218=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #C04BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BDA is #3FB425. Grayscale: #7D7D7D. Windows color (decimal): -4174886 or 14306240. OLE color: 14306240.

HSL color Cylindrical-coordinate representation of color #C04BDA: hue angle of 289.09º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04BDA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 75 218 -
CMYK 0.12 0.66 0 0.15
HSL 289.09º 0.66% 0.57% -
HSV(B) 289.09º 0.66% 0.85% -
XYZ 36.91 21.3 68.5 -
YUV 126.29 179.76 174.87 -
System Red Green Blue C M Y K H S L
Decimal 192 75 218 0.12 0.66 0 0.15 289.09 0.66 0.57
Hex C0 4B DA C 42 0 F 121 42 39
Octal 300 113 332 14 102 0 17 441 102 71
Binary 11000000 1001011 11011010 1100 1000010 0 1111 100100001 1000010 111001

Color Harmonies of #C04BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BDA

Black with #C04BDA

Text Example


Text Example

White with #C04BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BDA; }

 p { color: rgb(192,75,218); }

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

background-color css

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

 a { background-color: rgb(192,75,218); }

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

border-color css

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

 span { border-color: rgb(192,75,218); }

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