Html Css Color HEX #CA54DD Medium Orchid

📋 copy color: '#CA54DD'

red 202 ◦ green 84 ◦ blue 221

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

Shades of Medium Orchid #CA54DD

Tints of Medium Orchid #CA54DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 39.84%
G = 16.57%
B = 43.59%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA54DD (or 0xCA54DD) is known color: Medium Orchid. HEX triplet: CA, 54 and DD. RGB value is (202,84,221). Sum of RGB (Red+Green+Blue) = 202+84+221=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA54DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54DD is #35AB22. Grayscale: #868686. Windows color (decimal): -3517219 or 14505162. OLE color: 14505162.

HSL color Cylindrical-coordinate representation of color #CA54DD: hue angle of 291.68º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA54DD is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 84 221 -
CMYK 0.09 0.62 0 0.13
HSL 291.68º 0.67% 0.6% -
HSV(B) 291.68º 0.62% 0.87% -
XYZ 40.58 24.12 70.92 -
YUV 134.9 176.59 175.86 -
System Red Green Blue C M Y K H S L
Decimal 202 84 221 0.09 0.62 0 0.13 291.68 0.67 0.6
Hex CA 54 DD 9 3E 0 D 124 43 3C
Octal 312 124 335 11 76 0 15 444 103 74
Binary 11001010 1010100 11011101 1001 111110 0 1101 100100100 1000011 111100

Color Harmonies of #CA54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA54DD

Black with #CA54DD

Text Example


Text Example

White with #CA54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA54DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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