Html Css Color HEX #CA84D5 Orchid

📋 copy color: '#CA84D5'

red 202 ◦ green 132 ◦ blue 213

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

Shades of Orchid #CA84D5

Tints of Orchid #CA84D5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.13%

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

R = 36.93%
G = 24.13%
B = 38.94%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA84D5 (or 0xCA84D5) is known color: Orchid. HEX triplet: CA, 84 and D5. RGB value is (202,132,213). Sum of RGB (Red+Green+Blue) = 202+132+213=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA84D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84D5 is #357B2A. Grayscale: #A1A1A1. Windows color (decimal): -3504939 or 13993162. OLE color: 13993162.

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

Color convert

RGB 202 132 213 -
CMYK 0.05 0.38 0 0.16
HSL 291.85º 0.49% 0.68% -
HSV(B) 291.85º 0.38% 0.84% -
XYZ 44.62 33.86 67.14 -
YUV 162.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 202 132 213 0.05 0.38 0 0.16 291.85 0.49 0.68
Hex CA 84 D5 5 26 0 10 124 31 44
Octal 312 204 325 5 46 0 20 444 61 104
Binary 11001010 10000100 11010101 101 100110 0 10000 100100100 110001 1000100

Color Harmonies of #CA84D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA84D5

Black with #CA84D5

Text Example


Text Example

White with #CA84D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA84D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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