Html Css Color HEX #C974C1 Orchid

📋 copy color: '#C974C1'

red 201 ◦ green 116 ◦ blue 193

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

Shades of Orchid #C974C1

Tints of Orchid #C974C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.84%

R = 39.41%
G = 22.75%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C974C1 (or 0xC974C1) is known color: Orchid. HEX triplet: C9, 74 and C1. RGB value is (201,116,193). Sum of RGB (Red+Green+Blue) = 201+116+193=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C974C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974C1 is #368B3E. Grayscale: #959595. Windows color (decimal): -3574591 or 12678345. OLE color: 12678345.

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

Color convert

RGB 201 116 193 -
CMYK 0 0.42 0.04 0.21
HSL 305.65º 0.44% 0.62% -
HSV(B) 305.65º 0.42% 0.79% -
XYZ 39.96 28.76 53.9 -
YUV 150.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 201 116 193 0 0.42 0.04 0.21 305.65 0.44 0.62
Hex C9 74 C1 0 2A 4 15 132 2C 3E
Octal 311 164 301 0 52 4 25 462 54 76
Binary 11001001 1110100 11000001 0 101010 100 10101 100110010 101100 111110

Color Harmonies of #C974C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C974C1

Black with #C974C1

Text Example


Text Example

White with #C974C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C974C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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