Html Css Color HEX #C972DF Orchid

📋 copy color: '#C972DF'

red 201 ◦ green 114 ◦ blue 223

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

Shades of Orchid #C972DF

Tints of Orchid #C972DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 37.36%
G = 21.19%
B = 41.45%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C972DF (or 0xC972DF) is known color: Orchid. HEX triplet: C9, 72 and DF. RGB value is (201,114,223). Sum of RGB (Red+Green+Blue) = 201+114+223=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #C972DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972DF is #368D20. Grayscale: #989898. Windows color (decimal): -3575073 or 14643913. OLE color: 14643913.

HSL color Cylindrical-coordinate representation of color #C972DF: hue angle of 287.89º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C972DF is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 114 223 -
CMYK 0.10 0.49 0 0.13
HSL 287.89º 0.63% 0.66% -
HSV(B) 287.89º 0.49% 0.87% -
XYZ 43.42 29.78 73.27 -
YUV 152.44 167.82 162.64 -
System Red Green Blue C M Y K H S L
Decimal 201 114 223 0.10 0.49 0 0.13 287.89 0.63 0.66
Hex C9 72 DF A 31 0 D 120 3F 42
Octal 311 162 337 12 61 0 15 440 77 102
Binary 11001001 1110010 11011111 1010 110001 0 1101 100100000 111111 1000010

Color Harmonies of #C972DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972DF

Black with #C972DF

Text Example


Text Example

White with #C972DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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