Html Css Color HEX #C972BE Orchid

📋 copy color: '#C972BE'

red 201 ◦ green 114 ◦ blue 190

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

Shades of Orchid #C972BE

Tints of Orchid #C972BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 39.8%
G = 22.57%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C972BE (or 0xC972BE) is known color: Orchid. HEX triplet: C9, 72 and BE. RGB value is (201,114,190). Sum of RGB (Red+Green+Blue) = 201+114+190=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C972BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972BE is #368D41. Grayscale: #949494. Windows color (decimal): -3575106 or 12481225. OLE color: 12481225.

HSL color Cylindrical-coordinate representation of color #C972BE: hue angle of 307.59º 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 #C972BE is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 114 190 -
CMYK 0 0.43 0.05 0.21
HSL 307.59º 0.45% 0.62% -
HSV(B) 307.59º 0.43% 0.79% -
XYZ 39.4 28.17 52.08 -
YUV 148.68 151.32 165.32 -
System Red Green Blue C M Y K H S L
Decimal 201 114 190 0 0.43 0.05 0.21 307.59 0.45 0.62
Hex C9 72 BE 0 2B 5 15 134 2D 3E
Octal 311 162 276 0 53 5 25 464 55 76
Binary 11001001 1110010 10111110 0 101011 101 10101 100110100 101101 111110

Color Harmonies of #C972BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972BE

Black with #C972BE

Text Example


Text Example

White with #C972BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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