Html Css Color HEX #C974BF Orchid

📋 copy color: '#C974BF'

red 201 ◦ green 116 ◦ blue 191

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

Shades of Orchid #C974BF

Tints of Orchid #C974BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.6%

R = 39.57%
G = 22.83%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C974BF (or 0xC974BF) is known color: Orchid. HEX triplet: C9, 74 and BF. RGB value is (201,116,191). Sum of RGB (Red+Green+Blue) = 201+116+191=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C974BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974BF is #368B40. Grayscale: #959595. Windows color (decimal): -3574593 or 12547273. OLE color: 12547273.

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

Color convert

RGB 201 116 191 -
CMYK 0 0.42 0.05 0.21
HSL 307.06º 0.44% 0.62% -
HSV(B) 307.06º 0.42% 0.79% -
XYZ 39.74 28.67 52.73 -
YUV 149.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 201 116 191 0 0.42 0.05 0.21 307.06 0.44 0.62
Hex C9 74 BF 0 2A 5 15 133 2C 3E
Octal 311 164 277 0 52 5 25 463 54 76
Binary 11001001 1110100 10111111 0 101010 101 10101 100110011 101100 111110

Color Harmonies of #C974BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C974BF

Black with #C974BF

Text Example


Text Example

White with #C974BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C974BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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