Html Css Color HEX #C974BA Orchid

📋 copy color: '#C974BA'

red 201 ◦ green 116 ◦ blue 186

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

Shades of Orchid #C974BA

Tints of Orchid #C974BA

RGB

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

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

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

R = 39.96%
G = 23.06%
B = 36.98%

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

#C974BA (or 0xC974BA) is known color: Orchid. HEX triplet: C9, 74 and BA. RGB value is (201,116,186). Sum of RGB (Red+Green+Blue) = 201+116+186=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C974BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974BA is #368B45. Grayscale: #959595. Windows color (decimal): -3574598 or 12219593. OLE color: 12219593.

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

Color convert

RGB 201 116 186 -
CMYK 0 0.42 0.07 0.21
HSL 310.59º 0.44% 0.62% -
HSV(B) 310.59º 0.42% 0.79% -
XYZ 39.2 28.45 49.88 -
YUV 149.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 201 116 186 0 0.42 0.07 0.21 310.59 0.44 0.62
Hex C9 74 BA 0 2A 7 15 137 2C 3E
Octal 311 164 272 0 52 7 25 467 54 76
Binary 11001001 1110100 10111010 0 101010 111 10101 100110111 101100 111110

Color Harmonies of #C974BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C974BA

Black with #C974BA

Text Example


Text Example

White with #C974BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C974BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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