Html Css Color HEX #C977CD Orchid

📋 copy color: '#C977CD'

red 201 ◦ green 119 ◦ blue 205

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

Shades of Orchid #C977CD

Tints of Orchid #C977CD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.67%

 BLUE value IS 205 (80.47% from 255) = 39.05%

R = 38.29%
G = 22.67%
B = 39.05%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C977CD (or 0xC977CD) is known color: Orchid. HEX triplet: C9, 77 and CD. RGB value is (201,119,205). Sum of RGB (Red+Green+Blue) = 201+119+205=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #C977CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977CD is #368832. Grayscale: #999999. Windows color (decimal): -3573811 or 13465545. OLE color: 13465545.

HSL color Cylindrical-coordinate representation of color #C977CD: hue angle of 297.21º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C977CD is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 119 205 -
CMYK 0.02 0.42 0 0.20
HSL 297.21º 0.46% 0.64% -
HSV(B) 297.21º 0.42% 0.8% -
XYZ 41.7 30.02 61.35 -
YUV 153.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 201 119 205 0.02 0.42 0 0.20 297.21 0.46 0.64
Hex C9 77 CD 2 2A 0 14 129 2E 40
Octal 311 167 315 2 52 0 24 451 56 100
Binary 11001001 1110111 11001101 10 101010 0 10100 100101001 101110 1000000

Color Harmonies of #C977CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977CD

Black with #C977CD

Text Example


Text Example

White with #C977CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977CD; }

 p { color: rgb(201,119,205); }

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

background-color css

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

 a { background-color: rgb(201,119,205); }

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

border-color css

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

 span { border-color: rgb(201,119,205); }

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