Html Css Color HEX #CA39DA Medium Orchid

📋 copy color: '#CA39DA'

red 202 ◦ green 57 ◦ blue 218

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

Shades of Medium Orchid #CA39DA

Tints of Medium Orchid #CA39DA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.95%

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

R = 42.35%
G = 11.95%
B = 45.7%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA39DA (or 0xCA39DA) is known color: Medium Orchid. HEX triplet: CA, 39 and DA. RGB value is (202,57,218). Sum of RGB (Red+Green+Blue) = 202+57+218=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 57 (22.66% from 255 or 11.95% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA39DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA39DA is #35C625. Grayscale: #767676. Windows color (decimal): -3524134 or 14301642. OLE color: 14301642.

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

Color convert

RGB 202 57 218 -
CMYK 0.07 0.74 0 0.15
HSL 294.04º 0.69% 0.54% -
HSV(B) 294.04º 0.74% 0.85% -
XYZ 38.48 20.54 68.27 -
YUV 118.71 184.04 187.41 -
System Red Green Blue C M Y K H S L
Decimal 202 57 218 0.07 0.74 0 0.15 294.04 0.69 0.54
Hex CA 39 DA 7 4A 0 F 126 45 36
Octal 312 71 332 7 112 0 17 446 105 66
Binary 11001010 111001 11011010 111 1001010 0 1111 100100110 1000101 110110

Color Harmonies of #CA39DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA39DA

Black with #CA39DA

Text Example


Text Example

White with #CA39DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA39DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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