Html Css Color HEX #C05ACB Medium Orchid

📋 copy color: '#C05ACB'

red 192 ◦ green 90 ◦ blue 203

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

Shades of Medium Orchid #C05ACB

Tints of Medium Orchid #C05ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.56%

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 39.59%
G = 18.56%
B = 41.86%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C05ACB (or 0xC05ACB) is known color: Medium Orchid. HEX triplet: C0, 5A and CB. RGB value is (192,90,203). Sum of RGB (Red+Green+Blue) = 192+90+203=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #C05ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ACB is #3FA534. Grayscale: #858585. Windows color (decimal): -4171061 or 13327040. OLE color: 13327040.

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

Color convert

RGB 192 90 203 -
CMYK 0.05 0.56 0 0.20
HSL 294.16º 0.52% 0.57% -
HSV(B) 294.16º 0.56% 0.8% -
XYZ 36.17 22.83 59 -
YUV 133.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 192 90 203 0.05 0.56 0 0.20 294.16 0.52 0.57
Hex C0 5A CB 5 38 0 14 126 34 39
Octal 300 132 313 5 70 0 24 446 64 71
Binary 11000000 1011010 11001011 101 111000 0 10100 100100110 110100 111001

Color Harmonies of #C05ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05ACB

Black with #C05ACB

Text Example


Text Example

White with #C05ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05ACB; }

 p { color: rgb(192,90,203); }

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

background-color css

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

 a { background-color: rgb(192,90,203); }

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

border-color css

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

 span { border-color: rgb(192,90,203); }

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