Html Css Color HEX #CA71DA Orchid

📋 copy color: '#CA71DA'

red 202 ◦ green 113 ◦ blue 218

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

Shades of Orchid #CA71DA

Tints of Orchid #CA71DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 37.9%
G = 21.2%
B = 40.9%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA71DA (or 0xCA71DA) is known color: Orchid. HEX triplet: CA, 71 and DA. RGB value is (202,113,218). Sum of RGB (Red+Green+Blue) = 202+113+218=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA71DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71DA is #358E25. Grayscale: #979797. Windows color (decimal): -3509798 or 14315978. OLE color: 14315978.

HSL color Cylindrical-coordinate representation of color #CA71DA: hue angle of 290.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA71DA is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 113 218 -
CMYK 0.07 0.48 0 0.15
HSL 290.86º 0.59% 0.65% -
HSV(B) 290.86º 0.48% 0.85% -
XYZ 42.92 29.43 69.75 -
YUV 151.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 202 113 218 0.07 0.48 0 0.15 290.86 0.59 0.65
Hex CA 71 DA 7 30 0 F 123 3B 41
Octal 312 161 332 7 60 0 17 443 73 101
Binary 11001010 1110001 11011010 111 110000 0 1111 100100011 111011 1000001

Color Harmonies of #CA71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71DA

Black with #CA71DA

Text Example


Text Example

White with #CA71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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