Html Css Color HEX #C971CC Orchid

📋 copy color: '#C971CC'

red 201 ◦ green 113 ◦ blue 204

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

Shades of Orchid #C971CC

Tints of Orchid #C971CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 38.8%
G = 21.81%
B = 39.38%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C971CC (or 0xC971CC) is known color: Orchid. HEX triplet: C9, 71 and CC. RGB value is (201,113,204). Sum of RGB (Red+Green+Blue) = 201+113+204=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #C971CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971CC is #368E33. Grayscale: #959595. Windows color (decimal): -3575348 or 13398473. OLE color: 13398473.

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

Color convert

RGB 201 113 204 -
CMYK 0.01 0.45 0 0.2
HSL 298.02º 0.47% 0.62% -
HSV(B) 298.02º 0.45% 0.8% -
XYZ 40.89 28.59 60.49 -
YUV 149.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 201 113 204 0.01 0.45 0 0.2 298.02 0.47 0.62
Hex C9 71 CC 1 2D 0 14 12A 2F 3E
Octal 311 161 314 1 55 0 24 452 57 76
Binary 11001001 1110001 11001100 1 101101 0 10100 100101010 101111 111110

Color Harmonies of #C971CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971CC

Black with #C971CC

Text Example


Text Example

White with #C971CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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