Html Css Color HEX #C973C4 Orchid

📋 copy color: '#C973C4'

red 201 ◦ green 115 ◦ blue 196

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

Shades of Orchid #C973C4

Tints of Orchid #C973C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 39.26%
G = 22.46%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C973C4 (or 0xC973C4) is known color: Orchid. HEX triplet: C9, 73 and C4. RGB value is (201,115,196). Sum of RGB (Red+Green+Blue) = 201+115+196=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C973C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973C4 is #368C3B. Grayscale: #959595. Windows color (decimal): -3574844 or 12874697. OLE color: 12874697.

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

Color convert

RGB 201 115 196 -
CMYK 0 0.43 0.02 0.21
HSL 303.49º 0.44% 0.62% -
HSV(B) 303.49º 0.43% 0.79% -
XYZ 40.18 28.66 55.64 -
YUV 149.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 201 115 196 0 0.43 0.02 0.21 303.49 0.44 0.62
Hex C9 73 C4 0 2B 2 15 12F 2C 3E
Octal 311 163 304 0 53 2 25 457 54 76
Binary 11001001 1110011 11000100 0 101011 10 10101 100101111 101100 111110

Color Harmonies of #C973C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973C4

Black with #C973C4

Text Example


Text Example

White with #C973C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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