Html Css Color HEX #C974BE Orchid

📋 copy color: '#C974BE'

red 201 ◦ green 116 ◦ blue 190

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

Shades of Orchid #C974BE

Tints of Orchid #C974BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 39.64%
G = 22.88%
B = 37.48%

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

#C974BE (or 0xC974BE) is known color: Orchid. HEX triplet: C9, 74 and BE. RGB value is (201,116,190). Sum of RGB (Red+Green+Blue) = 201+116+190=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C974BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974BE is #368B41. Grayscale: #959595. Windows color (decimal): -3574594 or 12481737. OLE color: 12481737.

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

Color convert

RGB 201 116 190 -
CMYK 0 0.42 0.05 0.21
HSL 307.76º 0.44% 0.62% -
HSV(B) 307.76º 0.42% 0.79% -
XYZ 39.63 28.63 52.15 -
YUV 149.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 201 116 190 0 0.42 0.05 0.21 307.76 0.44 0.62
Hex C9 74 BE 0 2A 5 15 134 2C 3E
Octal 311 164 276 0 52 5 25 464 54 76
Binary 11001001 1110100 10111110 0 101010 101 10101 100110100 101100 111110

Color Harmonies of #C974BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C974BE

Black with #C974BE

Text Example


Text Example

White with #C974BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C974BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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