Html Css Color HEX #CA71CD Orchid

📋 copy color: '#CA71CD'

red 202 ◦ green 113 ◦ blue 205

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

Shades of Orchid #CA71CD

Tints of Orchid #CA71CD

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA71CD (or 0xCA71CD) is known color: Orchid. HEX triplet: CA, 71 and CD. RGB value is (202,113,205). Sum of RGB (Red+Green+Blue) = 202+113+205=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA71CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71CD is #358E32. Grayscale: #959595. Windows color (decimal): -3509811 or 13464010. OLE color: 13464010.

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

Color convert

RGB 202 113 205 -
CMYK 0.01 0.45 0 0.20
HSL 298.04º 0.48% 0.62% -
HSV(B) 298.04º 0.45% 0.8% -
XYZ 41.28 28.77 61.14 -
YUV 150.1 158.99 165.02 -
System Red Green Blue C M Y K H S L
Decimal 202 113 205 0.01 0.45 0 0.20 298.04 0.48 0.62
Hex CA 71 CD 1 2D 0 14 12A 30 3E
Octal 312 161 315 1 55 0 24 452 60 76
Binary 11001010 1110001 11001101 1 101101 0 10100 100101010 110000 111110

Color Harmonies of #CA71CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71CD

Black with #CA71CD

Text Example


Text Example

White with #CA71CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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