Html Css Color HEX #CA71D5 Orchid

📋 copy color: '#CA71D5'

red 202 ◦ green 113 ◦ blue 213

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

Shades of Orchid #CA71D5

Tints of Orchid #CA71D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.34%

R = 38.26%
G = 21.4%
B = 40.34%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA71D5 (or 0xCA71D5) is known color: Orchid. HEX triplet: CA, 71 and D5. RGB value is (202,113,213). Sum of RGB (Red+Green+Blue) = 202+113+213=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA71D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71D5 is #358E2A. Grayscale: #969696. Windows color (decimal): -3509803 or 13988298. OLE color: 13988298.

HSL color Cylindrical-coordinate representation of color #CA71D5: hue angle of 293.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA71D5 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 113 213 -
CMYK 0.05 0.47 0 0.16
HSL 293.4º 0.54% 0.64% -
HSV(B) 293.4º 0.47% 0.84% -
XYZ 42.27 29.17 66.35 -
YUV 151.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 202 113 213 0.05 0.47 0 0.16 293.4 0.54 0.64
Hex CA 71 D5 5 2F 0 10 125 36 40
Octal 312 161 325 5 57 0 20 445 66 100
Binary 11001010 1110001 11010101 101 101111 0 10000 100100101 110110 1000000

Color Harmonies of #CA71D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71D5

Black with #CA71D5

Text Example


Text Example

White with #CA71D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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