Html Css Color HEX #C57ECF Orchid

📋 copy color: '#C57ECF'

red 197 ◦ green 126 ◦ blue 207

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

Shades of Orchid #C57ECF

Tints of Orchid #C57ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.77%

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 37.17%
G = 23.77%
B = 39.06%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C57ECF (or 0xC57ECF) is known color: Orchid. HEX triplet: C5, 7E and CF. RGB value is (197,126,207). Sum of RGB (Red+Green+Blue) = 197+126+207=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #C57ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ECF is #3A8130. Grayscale: #9C9C9C. Windows color (decimal): -3834161 or 13598405. OLE color: 13598405.

HSL color Cylindrical-coordinate representation of color #C57ECF: hue angle of 292.59º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57ECF is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 126 207 -
CMYK 0.05 0.39 0 0.19
HSL 292.59º 0.46% 0.65% -
HSV(B) 292.59º 0.39% 0.81% -
XYZ 41.75 31.3 62.87 -
YUV 156.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 197 126 207 0.05 0.39 0 0.19 292.59 0.46 0.65
Hex C5 7E CF 5 27 0 13 125 2E 41
Octal 305 176 317 5 47 0 23 445 56 101
Binary 11000101 1111110 11001111 101 100111 0 10011 100100101 101110 1000001

Color Harmonies of #C57ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57ECF

Black with #C57ECF

Text Example


Text Example

White with #C57ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57ECF; }

 p { color: rgb(197,126,207); }

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

background-color css

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

 a { background-color: rgb(197,126,207); }

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

border-color css

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

 span { border-color: rgb(197,126,207); }

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