Html Css Color HEX #C974DC Orchid

📋 copy color: '#C974DC'

red 201 ◦ green 116 ◦ blue 220

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

Shades of Orchid #C974DC

Tints of Orchid #C974DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 37.43%
G = 21.6%
B = 40.97%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C974DC (or 0xC974DC) is known color: Orchid. HEX triplet: C9, 74 and DC. RGB value is (201,116,220). Sum of RGB (Red+Green+Blue) = 201+116+220=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #C974DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974DC is #368B23. Grayscale: #989898. Windows color (decimal): -3574564 or 14447817. OLE color: 14447817.

HSL color Cylindrical-coordinate representation of color #C974DC: hue angle of 289.04º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C974DC is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 116 220 -
CMYK 0.09 0.47 0 0.14
HSL 289.04º 0.6% 0.66% -
HSV(B) 289.04º 0.47% 0.86% -
XYZ 43.25 30.08 71.24 -
YUV 153.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 201 116 220 0.09 0.47 0 0.14 289.04 0.6 0.66
Hex C9 74 DC 9 2F 0 E 121 3C 42
Octal 311 164 334 11 57 0 16 441 74 102
Binary 11001001 1110100 11011100 1001 101111 0 1110 100100001 111100 1000010

Color Harmonies of #C974DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C974DC

Black with #C974DC

Text Example


Text Example

White with #C974DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C974DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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