Html Css Color HEX #C051CC Medium Orchid

📋 copy color: '#C051CC'

red 192 ◦ green 81 ◦ blue 204

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

Shades of Medium Orchid #C051CC

Tints of Medium Orchid #C051CC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.98%

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

R = 40.25%
G = 16.98%
B = 42.77%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C051CC (or 0xC051CC) is known color: Medium Orchid. HEX triplet: C0, 51 and CC. RGB value is (192,81,204). Sum of RGB (Red+Green+Blue) = 192+81+204=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #C051CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051CC is #3FAE33. Grayscale: #7F7F7F. Windows color (decimal): -4173364 or 13390272. OLE color: 13390272.

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

Color convert

RGB 192 81 204 -
CMYK 0.06 0.60 0 0.2
HSL 294.15º 0.55% 0.56% -
HSV(B) 294.15º 0.6% 0.8% -
XYZ 35.58 21.45 59.39 -
YUV 128.21 170.77 173.5 -
System Red Green Blue C M Y K H S L
Decimal 192 81 204 0.06 0.60 0 0.2 294.15 0.55 0.56
Hex C0 51 CC 6 3C 0 14 126 37 38
Octal 300 121 314 6 74 0 24 446 67 70
Binary 11000000 1010001 11001100 110 111100 0 10100 100100110 110111 111000

Color Harmonies of #C051CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051CC

Black with #C051CC

Text Example


Text Example

White with #C051CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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