Html Css Color HEX #C04BCC Medium Orchid

📋 copy color: '#C04BCC'

red 192 ◦ green 75 ◦ blue 204

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

Shades of Medium Orchid #C04BCC

Tints of Medium Orchid #C04BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 40.76%
G = 15.92%
B = 43.31%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C04BCC (or 0xC04BCC) is known color: Medium Orchid. HEX triplet: C0, 4B and CC. RGB value is (192,75,204). Sum of RGB (Red+Green+Blue) = 192+75+204=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #C04BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BCC is #3FB433. Grayscale: #7C7C7C. Windows color (decimal): -4174900 or 13388736. OLE color: 13388736.

HSL color Cylindrical-coordinate representation of color #C04BCC: hue angle of 294.42º 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 #C04BCC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 75 204 -
CMYK 0.06 0.63 0 0.2
HSL 294.42º 0.56% 0.55% -
HSV(B) 294.42º 0.63% 0.8% -
XYZ 35.15 20.6 59.25 -
YUV 124.69 172.76 176.01 -
System Red Green Blue C M Y K H S L
Decimal 192 75 204 0.06 0.63 0 0.2 294.42 0.56 0.55
Hex C0 4B CC 6 3F 0 14 126 38 37
Octal 300 113 314 6 77 0 24 446 70 67
Binary 11000000 1001011 11001100 110 111111 0 10100 100100110 111000 110111

Color Harmonies of #C04BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BCC

Black with #C04BCC

Text Example


Text Example

White with #C04BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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