Html Css Color HEX #C975BA Orchid

📋 copy color: '#C975BA'

red 201 ◦ green 117 ◦ blue 186

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

Shades of Orchid #C975BA

Tints of Orchid #C975BA

RGB

 RED value IS 201 (78.91% from 255) = 39.88%

 GREEN value IS 117 (46.09% from 255) = 23.21%

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 39.88%
G = 23.21%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C975BA (or 0xC975BA) is known color: Orchid. HEX triplet: C9, 75 and BA. RGB value is (201,117,186). Sum of RGB (Red+Green+Blue) = 201+117+186=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C975BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975BA is #368A45. Grayscale: #959595. Windows color (decimal): -3574342 or 12219849. OLE color: 12219849.

HSL color Cylindrical-coordinate representation of color #C975BA: hue angle of 310.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C975BA is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 117 186 -
CMYK 0 0.42 0.07 0.21
HSL 310.71º 0.44% 0.62% -
HSV(B) 310.71º 0.42% 0.79% -
XYZ 39.31 28.69 49.92 -
YUV 149.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 201 117 186 0 0.42 0.07 0.21 310.71 0.44 0.62
Hex C9 75 BA 0 2A 7 15 137 2C 3E
Octal 311 165 272 0 52 7 25 467 54 76
Binary 11001001 1110101 10111010 0 101010 111 10101 100110111 101100 111110

Color Harmonies of #C975BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975BA

Black with #C975BA

Text Example


Text Example

White with #C975BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975BA; }

 p { color: rgb(201,117,186); }

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

background-color css

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

 a { background-color: rgb(201,117,186); }

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

border-color css

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

 span { border-color: rgb(201,117,186); }

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