Html Css Color HEX #C972D1 Orchid

📋 copy color: '#C972D1'

red 201 ◦ green 114 ◦ blue 209

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

Shades of Orchid #C972D1

Tints of Orchid #C972D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.89%

R = 38.36%
G = 21.76%
B = 39.89%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C972D1 (or 0xC972D1) is known color: Orchid. HEX triplet: C9, 72 and D1. RGB value is (201,114,209). Sum of RGB (Red+Green+Blue) = 201+114+209=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: blue. Hex color #C972D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972D1 is #368D2E. Grayscale: #969696. Windows color (decimal): -3575087 or 13726409. OLE color: 13726409.

HSL color Cylindrical-coordinate representation of color #C972D1: hue angle of 294.95º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C972D1 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 114 209 -
CMYK 0.04 0.45 0 0.18
HSL 294.95º 0.51% 0.63% -
HSV(B) 294.95º 0.45% 0.82% -
XYZ 41.61 29.06 63.74 -
YUV 150.84 160.82 163.78 -
System Red Green Blue C M Y K H S L
Decimal 201 114 209 0.04 0.45 0 0.18 294.95 0.51 0.63
Hex C9 72 D1 4 2D 0 12 127 33 3F
Octal 311 162 321 4 55 0 22 447 63 77
Binary 11001001 1110010 11010001 100 101101 0 10010 100100111 110011 111111

Color Harmonies of #C972D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972D1

Black with #C972D1

Text Example


Text Example

White with #C972D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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