Html Css Color HEX #C971D7 Orchid

📋 copy color: '#C971D7'

red 201 ◦ green 113 ◦ blue 215

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

Shades of Orchid #C971D7

Tints of Orchid #C971D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.64%

R = 38%
G = 21.36%
B = 40.64%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C971D7 (or 0xC971D7) is known color: Orchid. HEX triplet: C9, 71 and D7. RGB value is (201,113,215). Sum of RGB (Red+Green+Blue) = 201+113+215=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #C971D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971D7 is #368E28. Grayscale: #969696. Windows color (decimal): -3575337 or 14119369. OLE color: 14119369.

HSL color Cylindrical-coordinate representation of color #C971D7: hue angle of 291.76º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C971D7 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 113 215 -
CMYK 0.07 0.47 0 0.16
HSL 291.76º 0.56% 0.64% -
HSV(B) 291.76º 0.47% 0.84% -
XYZ 42.26 29.13 67.69 -
YUV 150.94 164.15 163.71 -
System Red Green Blue C M Y K H S L
Decimal 201 113 215 0.07 0.47 0 0.16 291.76 0.56 0.64
Hex C9 71 D7 7 2F 0 10 124 38 40
Octal 311 161 327 7 57 0 20 444 70 100
Binary 11001001 1110001 11010111 111 101111 0 10000 100100100 111000 1000000

Color Harmonies of #C971D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971D7

Black with #C971D7

Text Example


Text Example

White with #C971D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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