Html Css Color HEX #C972BB Orchid

📋 copy color: '#C972BB'

red 201 ◦ green 114 ◦ blue 187

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

Shades of Orchid #C972BB

Tints of Orchid #C972BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.25%

R = 40.04%
G = 22.71%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C972BB (or 0xC972BB) is known color: Orchid. HEX triplet: C9, 72 and BB. RGB value is (201,114,187). Sum of RGB (Red+Green+Blue) = 201+114+187=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C972BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972BB is #368D44. Grayscale: #949494. Windows color (decimal): -3575109 or 12284617. OLE color: 12284617.

HSL color Cylindrical-coordinate representation of color #C972BB: hue angle of 309.66º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C972BB is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 114 187 -
CMYK 0 0.43 0.07 0.21
HSL 309.66º 0.45% 0.62% -
HSV(B) 309.66º 0.43% 0.79% -
XYZ 39.07 28.04 50.37 -
YUV 148.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 201 114 187 0 0.43 0.07 0.21 309.66 0.45 0.62
Hex C9 72 BB 0 2B 7 15 136 2D 3E
Octal 311 162 273 0 53 7 25 466 55 76
Binary 11001001 1110010 10111011 0 101011 111 10101 100110110 101101 111110

Color Harmonies of #C972BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972BB

Black with #C972BB

Text Example


Text Example

White with #C972BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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