Html Css Color HEX #CD71C0 Orchid

📋 copy color: '#CD71C0'

red 205 ◦ green 113 ◦ blue 192

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

Shades of Orchid #CD71C0

Tints of Orchid #CD71C0

RGB

 RED value IS 205 (80.47% from 255) = 40.2%

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

 BLUE value IS 192 (75.39% from 255) = 37.65%

R = 40.2%
G = 22.16%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD71C0 (or 0xCD71C0) is known color: Orchid. HEX triplet: CD, 71 and C0. RGB value is (205,113,192). Sum of RGB (Red+Green+Blue) = 205+113+192=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD71C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD71C0 is #328E3F. Grayscale: #959595. Windows color (decimal): -3313216 or 12612045. OLE color: 12612045.

HSL color Cylindrical-coordinate representation of color #CD71C0: hue angle of 308.48º degrees, saturation: 0.48, 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 #CD71C0 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 113 192 -
CMYK 0 0.45 0.06 0.20
HSL 308.48º 0.48% 0.62% -
HSV(B) 308.48º 0.45% 0.8% -
XYZ 40.6 28.6 53.25 -
YUV 149.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 205 113 192 0 0.45 0.06 0.20 308.48 0.48 0.62
Hex CD 71 C0 0 2D 6 14 134 30 3E
Octal 315 161 300 0 55 6 24 464 60 76
Binary 11001101 1110001 11000000 0 101101 110 10100 100110100 110000 111110

Color Harmonies of #CD71C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD71C0

Black with #CD71C0

Text Example


Text Example

White with #CD71C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD71C0; }

 p { color: rgb(205,113,192); }

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

background-color css

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

 a { background-color: rgb(205,113,192); }

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

border-color css

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

 span { border-color: rgb(205,113,192); }

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