Html Css Color HEX #C57BDC Orchid

📋 copy color: '#C57BDC'

red 197 ◦ green 123 ◦ blue 220

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

Shades of Orchid #C57BDC

Tints of Orchid #C57BDC

RGB

 RED value IS 197 (77.34% from 255) = 36.48%

 GREEN value IS 123 (48.44% from 255) = 22.78%

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 36.48%
G = 22.78%
B = 40.74%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C57BDC (or 0xC57BDC) is known color: Orchid. HEX triplet: C5, 7B and DC. RGB value is (197,123,220). Sum of RGB (Red+Green+Blue) = 197+123+220=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #C57BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57BDC is #3A8423. Grayscale: #9B9B9B. Windows color (decimal): -3834916 or 14449605. OLE color: 14449605.

HSL color Cylindrical-coordinate representation of color #C57BDC: hue angle of 285.77º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C57BDC is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 123 220 -
CMYK 0.10 0.44 0 0.14
HSL 285.77º 0.58% 0.67% -
HSV(B) 285.77º 0.44% 0.86% -
XYZ 43.03 31.2 71.47 -
YUV 156.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 197 123 220 0.10 0.44 0 0.14 285.77 0.58 0.67
Hex C5 7B DC A 2C 0 E 11E 3A 43
Octal 305 173 334 12 54 0 16 436 72 103
Binary 11000101 1111011 11011100 1010 101100 0 1110 100011110 111010 1000011

Color Harmonies of #C57BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57BDC

Black with #C57BDC

Text Example


Text Example

White with #C57BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57BDC; }

 p { color: rgb(197,123,220); }

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

background-color css

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

 a { background-color: rgb(197,123,220); }

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

border-color css

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

 span { border-color: rgb(197,123,220); }

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