Html Css Color HEX #C256CD Medium Orchid

📋 copy color: '#C256CD'

red 194 ◦ green 86 ◦ blue 205

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

Shades of Medium Orchid #C256CD

Tints of Medium Orchid #C256CD

RGB

 RED value IS 194 (76.17% from 255) = 40%

 GREEN value IS 86 (33.98% from 255) = 17.73%

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

R = 40%
G = 17.73%
B = 42.27%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C256CD (or 0xC256CD) is known color: Medium Orchid. HEX triplet: C2, 56 and CD. RGB value is (194,86,205). Sum of RGB (Red+Green+Blue) = 194+86+205=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #C256CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256CD is #3DA932. Grayscale: #838383. Windows color (decimal): -4041011 or 13457090. OLE color: 13457090.

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

Color convert

RGB 194 86 205 -
CMYK 0.05 0.58 0 0.20
HSL 294.45º 0.54% 0.57% -
HSV(B) 294.45º 0.58% 0.8% -
XYZ 36.6 22.53 60.18 -
YUV 131.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 194 86 205 0.05 0.58 0 0.20 294.45 0.54 0.57
Hex C2 56 CD 5 3A 0 14 126 36 39
Octal 302 126 315 5 72 0 24 446 66 71
Binary 11000010 1010110 11001101 101 111010 0 10100 100100110 110110 111001

Color Harmonies of #C256CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256CD

Black with #C256CD

Text Example


Text Example

White with #C256CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256CD; }

 p { color: rgb(194,86,205); }

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

background-color css

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

 a { background-color: rgb(194,86,205); }

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

border-color css

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

 span { border-color: rgb(194,86,205); }

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