Html Css Color HEX #C04CCD Medium Orchid

📋 copy color: '#C04CCD'

red 192 ◦ green 76 ◦ blue 205

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

Shades of Medium Orchid #C04CCD

Tints of Medium Orchid #C04CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.07%

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 40.59%
G = 16.07%
B = 43.34%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C04CCD (or 0xC04CCD) is known color: Medium Orchid. HEX triplet: C0, 4C and CD. RGB value is (192,76,205). Sum of RGB (Red+Green+Blue) = 192+76+205=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #C04CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CCD is #3FB332. Grayscale: #7C7C7C. Windows color (decimal): -4174643 or 13454528. OLE color: 13454528.

HSL color Cylindrical-coordinate representation of color #C04CCD: hue angle of 293.95º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04CCD is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 76 205 -
CMYK 0.06 0.63 0 0.20
HSL 293.95º 0.56% 0.55% -
HSV(B) 293.95º 0.63% 0.8% -
XYZ 35.34 20.78 59.91 -
YUV 125.39 172.93 175.51 -
System Red Green Blue C M Y K H S L
Decimal 192 76 205 0.06 0.63 0 0.20 293.95 0.56 0.55
Hex C0 4C CD 6 3F 0 14 126 38 37
Octal 300 114 315 6 77 0 24 446 70 67
Binary 11000000 1001100 11001101 110 111111 0 10100 100100110 111000 110111

Color Harmonies of #C04CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CCD

Black with #C04CCD

Text Example


Text Example

White with #C04CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CCD; }

 p { color: rgb(192,76,205); }

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

background-color css

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

 a { background-color: rgb(192,76,205); }

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

border-color css

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

 span { border-color: rgb(192,76,205); }

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