Html Css Color HEX #C57BCE Orchid

📋 copy color: '#C57BCE'

red 197 ◦ green 123 ◦ blue 206

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

Shades of Orchid #C57BCE

Tints of Orchid #C57BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 37.45%
G = 23.38%
B = 39.16%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C57BCE (or 0xC57BCE) is known color: Orchid. HEX triplet: C5, 7B and CE. RGB value is (197,123,206). Sum of RGB (Red+Green+Blue) = 197+123+206=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #C57BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57BCE is #3A8431. Grayscale: #9A9A9A. Windows color (decimal): -3834930 or 13532101. OLE color: 13532101.

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

Color convert

RGB 197 123 206 -
CMYK 0.04 0.40 0 0.19
HSL 293.49º 0.46% 0.65% -
HSV(B) 293.49º 0.4% 0.81% -
XYZ 41.25 30.49 62.1 -
YUV 154.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 197 123 206 0.04 0.40 0 0.19 293.49 0.46 0.65
Hex C5 7B CE 4 28 0 13 125 2E 41
Octal 305 173 316 4 50 0 23 445 56 101
Binary 11000101 1111011 11001110 100 101000 0 10011 100100101 101110 1000001

Color Harmonies of #C57BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57BCE

Black with #C57BCE

Text Example


Text Example

White with #C57BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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