Html Css Color HEX #C582CC Orchid

📋 copy color: '#C582CC'

red 197 ◦ green 130 ◦ blue 204

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

Shades of Orchid #C582CC

Tints of Orchid #C582CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 37.1%
G = 24.48%
B = 38.42%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C582CC (or 0xC582CC) is known color: Orchid. HEX triplet: C5, 82 and CC. RGB value is (197,130,204). Sum of RGB (Red+Green+Blue) = 197+130+204=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #C582CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582CC is #3A7D33. Grayscale: #9E9E9E. Windows color (decimal): -3833140 or 13402821. OLE color: 13402821.

HSL color Cylindrical-coordinate representation of color #C582CC: hue angle of 294.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C582CC is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 130 204 -
CMYK 0.03 0.36 0 0.2
HSL 294.32º 0.42% 0.65% -
HSV(B) 294.32º 0.36% 0.8% -
XYZ 41.91 32.2 61.13 -
YUV 158.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 197 130 204 0.03 0.36 0 0.2 294.32 0.42 0.65
Hex C5 82 CC 3 24 0 14 126 2A 41
Octal 305 202 314 3 44 0 24 446 52 101
Binary 11000101 10000010 11001100 11 100100 0 10100 100100110 101010 1000001

Color Harmonies of #C582CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582CC

Black with #C582CC

Text Example


Text Example

White with #C582CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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