Html Css Color HEX #C584D0 Orchid

📋 copy color: '#C584D0'

red 197 ◦ green 132 ◦ blue 208

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

Shades of Orchid #C584D0

Tints of Orchid #C584D0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.58%

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 36.69%
G = 24.58%
B = 38.73%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C584D0 (or 0xC584D0) is known color: Orchid. HEX triplet: C5, 84 and D0. RGB value is (197,132,208). Sum of RGB (Red+Green+Blue) = 197+132+208=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #C584D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C584D0 is #3A7B2F. Grayscale: #9F9F9F. Windows color (decimal): -3832624 or 13665477. OLE color: 13665477.

HSL color Cylindrical-coordinate representation of color #C584D0: hue angle of 291.32º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C584D0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 132 208 -
CMYK 0.05 0.37 0 0.18
HSL 291.32º 0.45% 0.67% -
HSV(B) 291.32º 0.37% 0.82% -
XYZ 42.66 32.93 63.78 -
YUV 160.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 197 132 208 0.05 0.37 0 0.18 291.32 0.45 0.67
Hex C5 84 D0 5 25 0 12 123 2D 43
Octal 305 204 320 5 45 0 22 443 55 103
Binary 11000101 10000100 11010000 101 100101 0 10010 100100011 101101 1000011

Color Harmonies of #C584D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C584D0

Black with #C584D0

Text Example


Text Example

White with #C584D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C584D0; }

 p { color: rgb(197,132,208); }

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

background-color css

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

 a { background-color: rgb(197,132,208); }

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

border-color css

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

 span { border-color: rgb(197,132,208); }

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