Html Css Color HEX #C974DB Orchid

📋 copy color: '#C974DB'

red 201 ◦ green 116 ◦ blue 219

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

Shades of Orchid #C974DB

Tints of Orchid #C974DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 37.5%
G = 21.64%
B = 40.86%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C974DB (or 0xC974DB) is known color: Orchid. HEX triplet: C9, 74 and DB. RGB value is (201,116,219). Sum of RGB (Red+Green+Blue) = 201+116+219=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #C974DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974DB is #368B24. Grayscale: #989898. Windows color (decimal): -3574565 or 14382281. OLE color: 14382281.

HSL color Cylindrical-coordinate representation of color #C974DB: hue angle of 289.51º degrees, saturation: 0.59, 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 #C974DB is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 116 219 -
CMYK 0.08 0.47 0 0.14
HSL 289.51º 0.59% 0.66% -
HSV(B) 289.51º 0.47% 0.86% -
XYZ 43.12 30.02 70.54 -
YUV 153.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 201 116 219 0.08 0.47 0 0.14 289.51 0.59 0.66
Hex C9 74 DB 8 2F 0 E 122 3B 42
Octal 311 164 333 10 57 0 16 442 73 102
Binary 11001001 1110100 11011011 1000 101111 0 1110 100100010 111011 1000010

Color Harmonies of #C974DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C974DB

Black with #C974DB

Text Example


Text Example

White with #C974DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C974DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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