Html Css Color HEX #CA4CDA Medium Orchid

📋 copy color: '#CA4CDA'

red 202 ◦ green 76 ◦ blue 218

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

Shades of Medium Orchid #CA4CDA

Tints of Medium Orchid #CA4CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.32%

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

R = 40.73%
G = 15.32%
B = 43.95%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA4CDA (or 0xCA4CDA) is known color: Medium Orchid. HEX triplet: CA, 4C and DA. RGB value is (202,76,218). Sum of RGB (Red+Green+Blue) = 202+76+218=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA4CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4CDA is #35B325. Grayscale: #818181. Windows color (decimal): -3519270 or 14306506. OLE color: 14306506.

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

Color convert

RGB 202 76 218 -
CMYK 0.07 0.65 0 0.15
HSL 293.24º 0.66% 0.58% -
HSV(B) 293.24º 0.65% 0.85% -
XYZ 39.6 22.79 68.64 -
YUV 129.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 202 76 218 0.07 0.65 0 0.15 293.24 0.66 0.58
Hex CA 4C DA 7 41 0 F 125 42 3A
Octal 312 114 332 7 101 0 17 445 102 72
Binary 11001010 1001100 11011010 111 1000001 0 1111 100100101 1000010 111010

Color Harmonies of #CA4CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4CDA

Black with #CA4CDA

Text Example


Text Example

White with #CA4CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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