Html Css Color HEX #C975B7 Orchid

📋 copy color: '#C975B7'

red 201 ◦ green 117 ◦ blue 183

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

Shades of Orchid #C975B7

Tints of Orchid #C975B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.53%

R = 40.12%
G = 23.35%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C975B7 (or 0xC975B7) is known color: Orchid. HEX triplet: C9, 75 and B7. RGB value is (201,117,183). Sum of RGB (Red+Green+Blue) = 201+117+183=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C975B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975B7 is #368A48. Grayscale: #959595. Windows color (decimal): -3574345 or 12023241. OLE color: 12023241.

HSL color Cylindrical-coordinate representation of color #C975B7: hue angle of 312.86º 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 #C975B7 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 117 183 -
CMYK 0 0.42 0.09 0.21
HSL 312.86º 0.44% 0.62% -
HSV(B) 312.86º 0.42% 0.79% -
XYZ 39 28.56 48.26 -
YUV 149.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 201 117 183 0 0.42 0.09 0.21 312.86 0.44 0.62
Hex C9 75 B7 0 2A 9 15 139 2C 3E
Octal 311 165 267 0 52 11 25 471 54 76
Binary 11001001 1110101 10110111 0 101010 1001 10101 100111001 101100 111110

Color Harmonies of #C975B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975B7

Black with #C975B7

Text Example


Text Example

White with #C975B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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