Html Css Color HEX #CA4ADA Medium Orchid

📋 copy color: '#CA4ADA'

red 202 ◦ green 74 ◦ blue 218

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

Shades of Medium Orchid #CA4ADA

Tints of Medium Orchid #CA4ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.98%

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

R = 40.89%
G = 14.98%
B = 44.13%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA4ADA (or 0xCA4ADA) is known color: Medium Orchid. HEX triplet: CA, 4A and DA. RGB value is (202,74,218). Sum of RGB (Red+Green+Blue) = 202+74+218=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA4ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4ADA is #35B525. Grayscale: #808080. Windows color (decimal): -3519782 or 14305994. OLE color: 14305994.

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

Color convert

RGB 202 74 218 -
CMYK 0.07 0.66 0 0.15
HSL 293.33º 0.66% 0.57% -
HSV(B) 293.33º 0.66% 0.85% -
XYZ 39.46 22.52 68.6 -
YUV 128.69 178.41 180.29 -
System Red Green Blue C M Y K H S L
Decimal 202 74 218 0.07 0.66 0 0.15 293.33 0.66 0.57
Hex CA 4A DA 7 42 0 F 125 42 39
Octal 312 112 332 7 102 0 17 445 102 71
Binary 11001010 1001010 11011010 111 1000010 0 1111 100100101 1000010 111001

Color Harmonies of #CA4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4ADA

Black with #CA4ADA

Text Example


Text Example

White with #CA4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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