Html Css Color HEX #C57CD0 Orchid

📋 copy color: '#C57CD0'

red 197 ◦ green 124 ◦ blue 208

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

Shades of Orchid #C57CD0

Tints of Orchid #C57CD0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.44%

 BLUE value IS 208 (81.64% from 255) = 39.32%

R = 37.24%
G = 23.44%
B = 39.32%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C57CD0 (or 0xC57CD0) is known color: Orchid. HEX triplet: C5, 7C and D0. RGB value is (197,124,208). Sum of RGB (Red+Green+Blue) = 197+124+208=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #C57CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CD0 is #3A832F. Grayscale: #9B9B9B. Windows color (decimal): -3834672 or 13663429. OLE color: 13663429.

HSL color Cylindrical-coordinate representation of color #C57CD0: hue angle of 292.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57CD0 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 124 208 -
CMYK 0.05 0.40 0 0.18
HSL 292.14º 0.47% 0.65% -
HSV(B) 292.14º 0.4% 0.82% -
XYZ 41.62 30.84 63.43 -
YUV 155.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 197 124 208 0.05 0.40 0 0.18 292.14 0.47 0.65
Hex C5 7C D0 5 28 0 12 124 2F 41
Octal 305 174 320 5 50 0 22 444 57 101
Binary 11000101 1111100 11010000 101 101000 0 10010 100100100 101111 1000001

Color Harmonies of #C57CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57CD0

Black with #C57CD0

Text Example


Text Example

White with #C57CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57CD0; }

 p { color: rgb(197,124,208); }

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

background-color css

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

 a { background-color: rgb(197,124,208); }

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

border-color css

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

 span { border-color: rgb(197,124,208); }

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