Html Css Color HEX #C972DB Orchid

📋 copy color: '#C972DB'

red 201 ◦ green 114 ◦ blue 219

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

Shades of Orchid #C972DB

Tints of Orchid #C972DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.35%

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

R = 37.64%
G = 21.35%
B = 41.01%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C972DB (or 0xC972DB) is known color: Orchid. HEX triplet: C9, 72 and DB. RGB value is (201,114,219). Sum of RGB (Red+Green+Blue) = 201+114+219=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #C972DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972DB is #368D24. Grayscale: #979797. Windows color (decimal): -3575077 or 14381769. OLE color: 14381769.

HSL color Cylindrical-coordinate representation of color #C972DB: hue angle of 289.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C972DB is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 114 219 -
CMYK 0.08 0.48 0 0.14
HSL 289.71º 0.59% 0.65% -
HSV(B) 289.71º 0.48% 0.86% -
XYZ 42.89 29.57 70.46 -
YUV 151.98 165.82 162.96 -
System Red Green Blue C M Y K H S L
Decimal 201 114 219 0.08 0.48 0 0.14 289.71 0.59 0.65
Hex C9 72 DB 8 30 0 E 122 3B 41
Octal 311 162 333 10 60 0 16 442 73 101
Binary 11001001 1110010 11011011 1000 110000 0 1110 100100010 111011 1000001

Color Harmonies of #C972DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972DB

Black with #C972DB

Text Example


Text Example

White with #C972DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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