Html Css Color HEX #CA71BA Orchid

📋 copy color: '#CA71BA'

red 202 ◦ green 113 ◦ blue 186

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

Shades of Orchid #CA71BA

Tints of Orchid #CA71BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 40.32%
G = 22.55%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA71BA (or 0xCA71BA) is known color: Orchid. HEX triplet: CA, 71 and BA. RGB value is (202,113,186). Sum of RGB (Red+Green+Blue) = 202+113+186=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71BA is #358E45. Grayscale: #939393. Windows color (decimal): -3509830 or 12218826. OLE color: 12218826.

HSL color Cylindrical-coordinate representation of color #CA71BA: hue angle of 310.79º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA71BA is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 113 186 -
CMYK 0 0.44 0.08 0.21
HSL 310.79º 0.46% 0.62% -
HSV(B) 310.79º 0.44% 0.79% -
XYZ 39.13 27.91 49.78 -
YUV 147.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 202 113 186 0 0.44 0.08 0.21 310.79 0.46 0.62
Hex CA 71 BA 0 2C 8 15 137 2E 3E
Octal 312 161 272 0 54 10 25 467 56 76
Binary 11001010 1110001 10111010 0 101100 1000 10101 100110111 101110 111110

Color Harmonies of #CA71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71BA

Black with #CA71BA

Text Example


Text Example

White with #CA71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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