Html Css Color HEX #CA3CDA Medium Orchid

📋 copy color: '#CA3CDA'

red 202 ◦ green 60 ◦ blue 218

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

Shades of Medium Orchid #CA3CDA

Tints of Medium Orchid #CA3CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.5%

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

R = 42.08%
G = 12.5%
B = 45.42%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA3CDA (or 0xCA3CDA) is known color: Medium Orchid. HEX triplet: CA, 3C and DA. RGB value is (202,60,218). Sum of RGB (Red+Green+Blue) = 202+60+218=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA3CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3CDA is #35C325. Grayscale: #777777. Windows color (decimal): -3523366 or 14302410. OLE color: 14302410.

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

Color convert

RGB 202 60 218 -
CMYK 0.07 0.72 0 0.15
HSL 293.92º 0.68% 0.55% -
HSV(B) 293.92º 0.72% 0.85% -
XYZ 38.63 20.85 68.32 -
YUV 120.47 183.04 186.15 -
System Red Green Blue C M Y K H S L
Decimal 202 60 218 0.07 0.72 0 0.15 293.92 0.68 0.55
Hex CA 3C DA 7 48 0 F 126 44 37
Octal 312 74 332 7 110 0 17 446 104 67
Binary 11001010 111100 11011010 111 1001000 0 1111 100100110 1000100 110111

Color Harmonies of #CA3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3CDA

Black with #CA3CDA

Text Example


Text Example

White with #CA3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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