Html Css Color HEX #C57BCF Orchid

📋 copy color: '#C57BCF'

red 197 ◦ green 123 ◦ blue 207

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

Shades of Orchid #C57BCF

Tints of Orchid #C57BCF

RGB

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

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

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

R = 37.38%
G = 23.34%
B = 39.28%

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

#C57BCF (or 0xC57BCF) is known color: Orchid. HEX triplet: C5, 7B and CF. RGB value is (197,123,207). Sum of RGB (Red+Green+Blue) = 197+123+207=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #C57BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57BCF is #3A8430. Grayscale: #9A9A9A. Windows color (decimal): -3834929 or 13597637. OLE color: 13597637.

HSL color Cylindrical-coordinate representation of color #C57BCF: hue angle of 292.86º 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 #C57BCF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 123 207 -
CMYK 0.05 0.41 0 0.19
HSL 292.86º 0.47% 0.65% -
HSV(B) 292.86º 0.41% 0.81% -
XYZ 41.37 30.54 62.75 -
YUV 154.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 197 123 207 0.05 0.41 0 0.19 292.86 0.47 0.65
Hex C5 7B CF 5 29 0 13 125 2F 41
Octal 305 173 317 5 51 0 23 445 57 101
Binary 11000101 1111011 11001111 101 101001 0 10011 100100101 101111 1000001

Color Harmonies of #C57BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57BCF

Black with #C57BCF

Text Example


Text Example

White with #C57BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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