Html Css Color HEX #CA84D7 Orchid

📋 copy color: '#CA84D7'

red 202 ◦ green 132 ◦ blue 215

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

Shades of Orchid #CA84D7

Tints of Orchid #CA84D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.16%

R = 36.79%
G = 24.04%
B = 39.16%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA84D7 (or 0xCA84D7) is known color: Orchid. HEX triplet: CA, 84 and D7. RGB value is (202,132,215). Sum of RGB (Red+Green+Blue) = 202+132+215=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA84D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84D7 is #357B28. Grayscale: #A2A2A2. Windows color (decimal): -3504937 or 14124234. OLE color: 14124234.

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

Color convert

RGB 202 132 215 -
CMYK 0.06 0.39 0 0.16
HSL 290.6º 0.51% 0.68% -
HSV(B) 290.6º 0.39% 0.84% -
XYZ 44.87 33.97 68.48 -
YUV 162.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 202 132 215 0.06 0.39 0 0.16 290.6 0.51 0.68
Hex CA 84 D7 6 27 0 10 123 33 44
Octal 312 204 327 6 47 0 20 443 63 104
Binary 11001010 10000100 11010111 110 100111 0 10000 100100011 110011 1000100

Color Harmonies of #CA84D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA84D7

Black with #CA84D7

Text Example


Text Example

White with #CA84D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA84D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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