Html Css Color HEX #C974BB Orchid

📋 copy color: '#C974BB'

red 201 ◦ green 116 ◦ blue 187

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

Shades of Orchid #C974BB

Tints of Orchid #C974BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.02%

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 39.88%
G = 23.02%
B = 37.1%

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

#C974BB (or 0xC974BB) is known color: Orchid. HEX triplet: C9, 74 and BB. RGB value is (201,116,187). Sum of RGB (Red+Green+Blue) = 201+116+187=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C974BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974BB is #368B44. Grayscale: #959595. Windows color (decimal): -3574597 or 12285129. OLE color: 12285129.

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

Color convert

RGB 201 116 187 -
CMYK 0 0.42 0.07 0.21
HSL 309.88º 0.44% 0.62% -
HSV(B) 309.88º 0.42% 0.79% -
XYZ 39.3 28.5 50.44 -
YUV 149.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 201 116 187 0 0.42 0.07 0.21 309.88 0.44 0.62
Hex C9 74 BB 0 2A 7 15 136 2C 3E
Octal 311 164 273 0 52 7 25 466 54 76
Binary 11001001 1110100 10111011 0 101010 111 10101 100110110 101100 111110

Color Harmonies of #C974BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C974BB

Black with #C974BB

Text Example


Text Example

White with #C974BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C974BB; }

 p { color: rgb(201,116,187); }

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

background-color css

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

 a { background-color: rgb(201,116,187); }

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

border-color css

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

 span { border-color: rgb(201,116,187); }

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