Html Css Color HEX #C582CB Orchid

📋 copy color: '#C582CB'

red 197 ◦ green 130 ◦ blue 203

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

Shades of Orchid #C582CB

Tints of Orchid #C582CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 37.17%
G = 24.53%
B = 38.3%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C582CB (or 0xC582CB) is known color: Orchid. HEX triplet: C5, 82 and CB. RGB value is (197,130,203). Sum of RGB (Red+Green+Blue) = 197+130+203=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #C582CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582CB is #3A7D34. Grayscale: #9E9E9E. Windows color (decimal): -3833141 or 13337285. OLE color: 13337285.

HSL color Cylindrical-coordinate representation of color #C582CB: hue angle of 295.07º degrees, saturation: 0.41, 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 #C582CB is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 130 203 -
CMYK 0.03 0.36 0 0.20
HSL 295.07º 0.41% 0.65% -
HSV(B) 295.07º 0.36% 0.8% -
XYZ 41.79 32.15 60.5 -
YUV 158.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 197 130 203 0.03 0.36 0 0.20 295.07 0.41 0.65
Hex C5 82 CB 3 24 0 14 127 29 41
Octal 305 202 313 3 44 0 24 447 51 101
Binary 11000101 10000010 11001011 11 100100 0 10100 100100111 101001 1000001

Color Harmonies of #C582CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582CB

Black with #C582CB

Text Example


Text Example

White with #C582CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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