Html Css Color HEX #C05FD2 Medium Orchid

📋 copy color: '#C05FD2'

red 192 ◦ green 95 ◦ blue 210

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

Shades of Medium Orchid #C05FD2

Tints of Medium Orchid #C05FD2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.11%

 BLUE value IS 210 (82.42% from 255) = 42.25%

R = 38.63%
G = 19.11%
B = 42.25%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C05FD2 (or 0xC05FD2) is known color: Medium Orchid. HEX triplet: C0, 5F and D2. RGB value is (192,95,210). Sum of RGB (Red+Green+Blue) = 192+95+210=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #C05FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FD2 is #3FA02D. Grayscale: #888888. Windows color (decimal): -4169774 or 13787072. OLE color: 13787072.

HSL color Cylindrical-coordinate representation of color #C05FD2: hue angle of 290.61º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05FD2 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 95 210 -
CMYK 0.09 0.55 0 0.18
HSL 290.61º 0.56% 0.6% -
HSV(B) 290.61º 0.55% 0.82% -
XYZ 37.46 24.04 63.64 -
YUV 137.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 192 95 210 0.09 0.55 0 0.18 290.61 0.56 0.6
Hex C0 5F D2 9 37 0 12 123 38 3C
Octal 300 137 322 11 67 0 22 443 70 74
Binary 11000000 1011111 11010010 1001 110111 0 10010 100100011 111000 111100

Color Harmonies of #C05FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FD2

Black with #C05FD2

Text Example


Text Example

White with #C05FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FD2; }

 p { color: rgb(192,95,210); }

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

background-color css

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

 a { background-color: rgb(192,95,210); }

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

border-color css

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

 span { border-color: rgb(192,95,210); }

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