Html Css Color HEX #C971C1 Orchid

📋 copy color: '#C971C1'

red 201 ◦ green 113 ◦ blue 193

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

Shades of Orchid #C971C1

Tints of Orchid #C971C1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.29%

 BLUE value IS 193 (75.78% from 255) = 38.07%

R = 39.64%
G = 22.29%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C971C1 (or 0xC971C1) is known color: Orchid. HEX triplet: C9, 71 and C1. RGB value is (201,113,193). Sum of RGB (Red+Green+Blue) = 201+113+193=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C971C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971C1 is #368E3E. Grayscale: #949494. Windows color (decimal): -3575359 or 12677577. OLE color: 12677577.

HSL color Cylindrical-coordinate representation of color #C971C1: hue angle of 305.45º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C971C1 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 113 193 -
CMYK 0 0.44 0.04 0.21
HSL 305.45º 0.45% 0.62% -
HSV(B) 305.45º 0.44% 0.79% -
XYZ 39.62 28.08 53.78 -
YUV 148.43 153.15 165.5 -
System Red Green Blue C M Y K H S L
Decimal 201 113 193 0 0.44 0.04 0.21 305.45 0.45 0.62
Hex C9 71 C1 0 2C 4 15 131 2D 3E
Octal 311 161 301 0 54 4 25 461 55 76
Binary 11001001 1110001 11000001 0 101100 100 10101 100110001 101101 111110

Color Harmonies of #C971C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971C1

Black with #C971C1

Text Example


Text Example

White with #C971C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971C1; }

 p { color: rgb(201,113,193); }

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

background-color css

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

 a { background-color: rgb(201,113,193); }

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

border-color css

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

 span { border-color: rgb(201,113,193); }

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