Html Css Color HEX #C971D2 Orchid

📋 copy color: '#C971D2'

red 201 ◦ green 113 ◦ blue 210

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

Shades of Orchid #C971D2

Tints of Orchid #C971D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.08%

R = 38.36%
G = 21.56%
B = 40.08%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C971D2 (or 0xC971D2) is known color: Orchid. HEX triplet: C9, 71 and D2. RGB value is (201,113,210). Sum of RGB (Red+Green+Blue) = 201+113+210=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 210 - color contains mainly: blue. Hex color #C971D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971D2 is #368E2D. Grayscale: #969696. Windows color (decimal): -3575342 or 13791689. OLE color: 13791689.

HSL color Cylindrical-coordinate representation of color #C971D2: hue angle of 294.43º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C971D2 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 113 210 -
CMYK 0.04 0.46 0 0.18
HSL 294.43º 0.52% 0.63% -
HSV(B) 294.43º 0.46% 0.82% -
XYZ 41.63 28.88 64.35 -
YUV 150.37 161.65 164.11 -
System Red Green Blue C M Y K H S L
Decimal 201 113 210 0.04 0.46 0 0.18 294.43 0.52 0.63
Hex C9 71 D2 4 2E 0 12 126 34 3F
Octal 311 161 322 4 56 0 22 446 64 77
Binary 11001001 1110001 11010010 100 101110 0 10010 100100110 110100 111111

Color Harmonies of #C971D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971D2

Black with #C971D2

Text Example


Text Example

White with #C971D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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