Html Css Color HEX #CA3AD6 Medium Orchid

📋 copy color: '#CA3AD6'

red 202 ◦ green 58 ◦ blue 214

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

Shades of Medium Orchid #CA3AD6

Tints of Medium Orchid #CA3AD6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.24%

 BLUE value IS 214 (83.98% from 255) = 45.15%

R = 42.62%
G = 12.24%
B = 45.15%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA3AD6 (or 0xCA3AD6) is known color: Medium Orchid. HEX triplet: CA, 3A and D6. RGB value is (202,58,214). Sum of RGB (Red+Green+Blue) = 202+58+214=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA3AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3AD6 is #35C529. Grayscale: #767676. Windows color (decimal): -3523882 or 14039754. OLE color: 14039754.

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

Color convert

RGB 202 58 214 -
CMYK 0.06 0.73 0 0.16
HSL 295.38º 0.66% 0.53% -
HSV(B) 295.38º 0.73% 0.84% -
XYZ 38.01 20.44 65.56 -
YUV 118.84 181.71 187.32 -
System Red Green Blue C M Y K H S L
Decimal 202 58 214 0.06 0.73 0 0.16 295.38 0.66 0.53
Hex CA 3A D6 6 49 0 10 127 42 35
Octal 312 72 326 6 111 0 20 447 102 65
Binary 11001010 111010 11010110 110 1001001 0 10000 100100111 1000010 110101

Color Harmonies of #CA3AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3AD6

Black with #CA3AD6

Text Example


Text Example

White with #CA3AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3AD6; }

 p { color: rgb(202,58,214); }

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

background-color css

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

 a { background-color: rgb(202,58,214); }

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

border-color css

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

 span { border-color: rgb(202,58,214); }

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