Html Css Color HEX #CA54DA Medium Orchid

📋 copy color: '#CA54DA'

red 202 ◦ green 84 ◦ blue 218

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

Shades of Medium Orchid #CA54DA

Tints of Medium Orchid #CA54DA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.67%

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

R = 40.08%
G = 16.67%
B = 43.25%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA54DA (or 0xCA54DA) is known color: Medium Orchid. HEX triplet: CA, 54 and DA. RGB value is (202,84,218). Sum of RGB (Red+Green+Blue) = 202+84+218=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA54DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54DA is #35AB25. Grayscale: #868686. Windows color (decimal): -3517222 or 14308554. OLE color: 14308554.

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

Color convert

RGB 202 84 218 -
CMYK 0.07 0.61 0 0.15
HSL 292.84º 0.64% 0.59% -
HSV(B) 292.84º 0.61% 0.85% -
XYZ 40.18 23.96 68.84 -
YUV 134.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 202 84 218 0.07 0.61 0 0.15 292.84 0.64 0.59
Hex CA 54 DA 7 3D 0 F 125 40 3B
Octal 312 124 332 7 75 0 17 445 100 73
Binary 11001010 1010100 11011010 111 111101 0 1111 100100101 1000000 111011

Color Harmonies of #CA54DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA54DA

Black with #CA54DA

Text Example


Text Example

White with #CA54DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA54DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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