Html Css Color HEX #CD71CA Orchid

📋 copy color: '#CD71CA'

red 205 ◦ green 113 ◦ blue 202

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

Shades of Orchid #CD71CA

Tints of Orchid #CD71CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 39.42%
G = 21.73%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD71CA (or 0xCD71CA) is known color: Orchid. HEX triplet: CD, 71 and CA. RGB value is (205,113,202). Sum of RGB (Red+Green+Blue) = 205+113+202=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD71CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD71CA is #328E35. Grayscale: #969696. Windows color (decimal): -3313206 or 13267405. OLE color: 13267405.

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

Color convert

RGB 205 113 202 -
CMYK 0 0.45 0.01 0.20
HSL 301.96º 0.48% 0.62% -
HSV(B) 301.96º 0.45% 0.8% -
XYZ 41.74 29.05 59.28 -
YUV 150.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 205 113 202 0 0.45 0.01 0.20 301.96 0.48 0.62
Hex CD 71 CA 0 2D 1 14 12E 30 3E
Octal 315 161 312 0 55 1 24 456 60 76
Binary 11001101 1110001 11001010 0 101101 1 10100 100101110 110000 111110

Color Harmonies of #CD71CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD71CA

Black with #CD71CA

Text Example


Text Example

White with #CD71CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD71CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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