Html Css Color HEX #CA54DC Medium Orchid

📋 copy color: '#CA54DC'

red 202 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #CA54DC

Tints of Medium Orchid #CA54DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 39.92%
G = 16.6%
B = 43.48%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA54DC (or 0xCA54DC) is known color: Medium Orchid. HEX triplet: CA, 54 and DC. RGB value is (202,84,220). Sum of RGB (Red+Green+Blue) = 202+84+220=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA54DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54DC is #35AB23. Grayscale: #868686. Windows color (decimal): -3517220 or 14439626. OLE color: 14439626.

HSL color Cylindrical-coordinate representation of color #CA54DC: hue angle of 292.06º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA54DC is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 84 220 -
CMYK 0.08 0.62 0 0.14
HSL 292.06º 0.66% 0.6% -
HSV(B) 292.06º 0.62% 0.86% -
XYZ 40.45 24.06 70.22 -
YUV 134.79 176.09 175.94 -
System Red Green Blue C M Y K H S L
Decimal 202 84 220 0.08 0.62 0 0.14 292.06 0.66 0.6
Hex CA 54 DC 8 3E 0 E 124 42 3C
Octal 312 124 334 10 76 0 16 444 102 74
Binary 11001010 1010100 11011100 1000 111110 0 1110 100100100 1000010 111100

Color Harmonies of #CA54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA54DC

Black with #CA54DC

Text Example


Text Example

White with #CA54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA54DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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