Html Css Color HEX #C57BDF Orchid

📋 copy color: '#C57BDF'

red 197 ◦ green 123 ◦ blue 223

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

Shades of Orchid #C57BDF

Tints of Orchid #C57BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 36.28%
G = 22.65%
B = 41.07%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C57BDF (or 0xC57BDF) is known color: Orchid. HEX triplet: C5, 7B and DF. RGB value is (197,123,223). Sum of RGB (Red+Green+Blue) = 197+123+223=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #C57BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57BDF is #3A8420. Grayscale: #9C9C9C. Windows color (decimal): -3834913 or 14646213. OLE color: 14646213.

HSL color Cylindrical-coordinate representation of color #C57BDF: hue angle of 284.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C57BDF is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 123 223 -
CMYK 0.12 0.45 0 0.13
HSL 284.4º 0.61% 0.68% -
HSV(B) 284.4º 0.45% 0.87% -
XYZ 43.43 31.36 73.58 -
YUV 156.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 197 123 223 0.12 0.45 0 0.13 284.4 0.61 0.68
Hex C5 7B DF C 2D 0 D 11C 3D 44
Octal 305 173 337 14 55 0 15 434 75 104
Binary 11000101 1111011 11011111 1100 101101 0 1101 100011100 111101 1000100

Color Harmonies of #C57BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57BDF

Black with #C57BDF

Text Example


Text Example

White with #C57BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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