Html Css Color HEX #C57ACF Orchid

📋 copy color: '#C57ACF'

red 197 ◦ green 122 ◦ blue 207

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

Shades of Orchid #C57ACF

Tints of Orchid #C57ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.19%

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

R = 37.45%
G = 23.19%
B = 39.35%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C57ACF (or 0xC57ACF) is known color: Orchid. HEX triplet: C5, 7A and CF. RGB value is (197,122,207). Sum of RGB (Red+Green+Blue) = 197+122+207=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #C57ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ACF is #3A8530. Grayscale: #999999. Windows color (decimal): -3835185 or 13597381. OLE color: 13597381.

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

Color convert

RGB 197 122 207 -
CMYK 0.05 0.41 0 0.19
HSL 292.94º 0.47% 0.65% -
HSV(B) 292.94º 0.41% 0.81% -
XYZ 41.25 30.29 62.7 -
YUV 154.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 197 122 207 0.05 0.41 0 0.19 292.94 0.47 0.65
Hex C5 7A CF 5 29 0 13 125 2F 41
Octal 305 172 317 5 51 0 23 445 57 101
Binary 11000101 1111010 11001111 101 101001 0 10011 100100101 101111 1000001

Color Harmonies of #C57ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57ACF

Black with #C57ACF

Text Example


Text Example

White with #C57ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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