Html Css Color HEX #C04BCE Medium Orchid

📋 copy color: '#C04BCE'

red 192 ◦ green 75 ◦ blue 206

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

Shades of Medium Orchid #C04BCE

Tints of Medium Orchid #C04BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 40.59%
G = 15.86%
B = 43.55%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C04BCE (or 0xC04BCE) is known color: Medium Orchid. HEX triplet: C0, 4B and CE. RGB value is (192,75,206). Sum of RGB (Red+Green+Blue) = 192+75+206=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #C04BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BCE is #3FB431. Grayscale: #7C7C7C. Windows color (decimal): -4174898 or 13519808. OLE color: 13519808.

HSL color Cylindrical-coordinate representation of color #C04BCE: hue angle of 293.59º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04BCE is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 75 206 -
CMYK 0.07 0.64 0 0.19
HSL 293.59º 0.57% 0.55% -
HSV(B) 293.59º 0.64% 0.81% -
XYZ 35.39 20.69 60.52 -
YUV 124.92 173.76 175.85 -
System Red Green Blue C M Y K H S L
Decimal 192 75 206 0.07 0.64 0 0.19 293.59 0.57 0.55
Hex C0 4B CE 7 40 0 13 126 39 37
Octal 300 113 316 7 100 0 23 446 71 67
Binary 11000000 1001011 11001110 111 1000000 0 10011 100100110 111001 110111

Color Harmonies of #C04BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BCE

Black with #C04BCE

Text Example


Text Example

White with #C04BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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