Html Css Color HEX #C973CB Orchid

📋 copy color: '#C973CB'

red 201 ◦ green 115 ◦ blue 203

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

Shades of Orchid #C973CB

Tints of Orchid #C973CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.16%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 38.73%
G = 22.16%
B = 39.11%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C973CB (or 0xC973CB) is known color: Orchid. HEX triplet: C9, 73 and CB. RGB value is (201,115,203). Sum of RGB (Red+Green+Blue) = 201+115+203=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #C973CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973CB is #368C34. Grayscale: #969696. Windows color (decimal): -3574837 or 13333449. OLE color: 13333449.

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

Color convert

RGB 201 115 203 -
CMYK 0.01 0.43 0 0.20
HSL 298.64º 0.46% 0.62% -
HSV(B) 298.64º 0.43% 0.8% -
XYZ 41 28.99 59.93 -
YUV 150.75 157.49 163.84 -
System Red Green Blue C M Y K H S L
Decimal 201 115 203 0.01 0.43 0 0.20 298.64 0.46 0.62
Hex C9 73 CB 1 2B 0 14 12B 2E 3E
Octal 311 163 313 1 53 0 24 453 56 76
Binary 11001001 1110011 11001011 1 101011 0 10100 100101011 101110 111110

Color Harmonies of #C973CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973CB

Black with #C973CB

Text Example


Text Example

White with #C973CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973CB; }

 p { color: rgb(201,115,203); }

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

background-color css

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

 a { background-color: rgb(201,115,203); }

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

border-color css

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

 span { border-color: rgb(201,115,203); }

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