Html Css Color HEX #CA54EA Medium Orchid

📋 copy color: '#CA54EA'

red 202 ◦ green 84 ◦ blue 234

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

Shades of Medium Orchid #CA54EA

Tints of Medium Orchid #CA54EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45%

R = 38.85%
G = 16.15%
B = 45%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA54EA (or 0xCA54EA) is known color: Medium Orchid. HEX triplet: CA, 54 and EA. RGB value is (202,84,234). Sum of RGB (Red+Green+Blue) = 202+84+234=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA54EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA54EA is #35AB15. Grayscale: #878787. Windows color (decimal): -3517206 or 15357130. OLE color: 15357130.

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

Color convert

RGB 202 84 234 -
CMYK 0.14 0.64 0 0.08
HSL 287.2º 0.78% 0.62% -
HSV(B) 287.2º 0.64% 0.92% -
XYZ 42.38 24.84 80.4 -
YUV 136.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 202 84 234 0.14 0.64 0 0.08 287.2 0.78 0.62
Hex CA 54 EA E 40 0 8 11F 4E 3E
Octal 312 124 352 16 100 0 10 437 116 76
Binary 11001010 1010100 11101010 1110 1000000 0 1000 100011111 1001110 111110

Color Harmonies of #CA54EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA54EA

Black with #CA54EA

Text Example


Text Example

White with #CA54EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA54EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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