Html Css Color HEX #C973CD Orchid

📋 copy color: '#C973CD'

red 201 ◦ green 115 ◦ blue 205

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

Shades of Orchid #C973CD

Tints of Orchid #C973CD

RGB

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

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

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

R = 38.58%
G = 22.07%
B = 39.35%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C973CD (or 0xC973CD) is known color: Orchid. HEX triplet: C9, 73 and CD. RGB value is (201,115,205). Sum of RGB (Red+Green+Blue) = 201+115+205=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #C973CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973CD is #368C32. Grayscale: #969696. Windows color (decimal): -3574835 or 13464521. OLE color: 13464521.

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

Color convert

RGB 201 115 205 -
CMYK 0.02 0.44 0 0.20
HSL 297.33º 0.47% 0.63% -
HSV(B) 297.33º 0.44% 0.8% -
XYZ 41.24 29.09 61.2 -
YUV 150.97 158.49 163.68 -
System Red Green Blue C M Y K H S L
Decimal 201 115 205 0.02 0.44 0 0.20 297.33 0.47 0.63
Hex C9 73 CD 2 2C 0 14 129 2F 3F
Octal 311 163 315 2 54 0 24 451 57 77
Binary 11001001 1110011 11001101 10 101100 0 10100 100101001 101111 111111

Color Harmonies of #C973CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973CD

Black with #C973CD

Text Example


Text Example

White with #C973CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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