Html Css Color HEX #C582CF Orchid

📋 copy color: '#C582CF'

red 197 ◦ green 130 ◦ blue 207

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

Shades of Orchid #C582CF

Tints of Orchid #C582CF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.34%

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

R = 36.89%
G = 24.34%
B = 38.76%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C582CF (or 0xC582CF) is known color: Orchid. HEX triplet: C5, 82 and CF. RGB value is (197,130,207). Sum of RGB (Red+Green+Blue) = 197+130+207=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #C582CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582CF is #3A7D30. Grayscale: #9E9E9E. Windows color (decimal): -3833137 or 13599429. OLE color: 13599429.

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

Color convert

RGB 197 130 207 -
CMYK 0.05 0.37 0 0.19
HSL 292.21º 0.45% 0.66% -
HSV(B) 292.21º 0.37% 0.81% -
XYZ 42.27 32.34 63.05 -
YUV 158.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 197 130 207 0.05 0.37 0 0.19 292.21 0.45 0.66
Hex C5 82 CF 5 25 0 13 124 2D 42
Octal 305 202 317 5 45 0 23 444 55 102
Binary 11000101 10000010 11001111 101 100101 0 10011 100100100 101101 1000010

Color Harmonies of #C582CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582CF

Black with #C582CF

Text Example


Text Example

White with #C582CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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