Html Css Color HEX #C583CD Orchid

📋 copy color: '#C583CD'

red 197 ◦ green 131 ◦ blue 205

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

Shades of Orchid #C583CD

Tints of Orchid #C583CD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.58%

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 36.96%
G = 24.58%
B = 38.46%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C583CD (or 0xC583CD) is known color: Orchid. HEX triplet: C5, 83 and CD. RGB value is (197,131,205). Sum of RGB (Red+Green+Blue) = 197+131+205=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #C583CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C583CD is #3A7C32. Grayscale: #9E9E9E. Windows color (decimal): -3832883 or 13468613. OLE color: 13468613.

HSL color Cylindrical-coordinate representation of color #C583CD: hue angle of 293.51º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C583CD is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 131 205 -
CMYK 0.04 0.36 0 0.20
HSL 293.51º 0.43% 0.66% -
HSV(B) 293.51º 0.36% 0.8% -
XYZ 42.16 32.51 61.81 -
YUV 159.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 197 131 205 0.04 0.36 0 0.20 293.51 0.43 0.66
Hex C5 83 CD 4 24 0 14 126 2B 42
Octal 305 203 315 4 44 0 24 446 53 102
Binary 11000101 10000011 11001101 100 100100 0 10100 100100110 101011 1000010

Color Harmonies of #C583CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C583CD

Black with #C583CD

Text Example


Text Example

White with #C583CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C583CD; }

 p { color: rgb(197,131,205); }

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

background-color css

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

 a { background-color: rgb(197,131,205); }

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

border-color css

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

 span { border-color: rgb(197,131,205); }

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