Html Css Color HEX #CA3EFE Medium Orchid

📋 copy color: '#CA3EFE'

red 202 ◦ green 62 ◦ blue 254

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

Shades of Medium Orchid #CA3EFE

Tints of Medium Orchid #CA3EFE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.97%

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 39%
G = 11.97%
B = 49.03%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA3EFE (or 0xCA3EFE) is known color: Medium Orchid. HEX triplet: CA, 3E and FE. RGB value is (202,62,254). Sum of RGB (Red+Green+Blue) = 202+62+254=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 62 (24.61% from 255 or 11.97% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA3EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3EFE is #35C101. Grayscale: #7D7D7D. Windows color (decimal): -3522818 or 16662218. OLE color: 16662218.

HSL color Cylindrical-coordinate representation of color #CA3EFE: hue angle of 283.75º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3EFE is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 62 254 -
CMYK 0.20 0.76 0 0.00
HSL 283.75º 0.99% 0.62% -
HSV(B) 283.75º 0.76% 1% -
XYZ 43.97 23.16 95.92 -
YUV 125.75 200.38 182.39 -
System Red Green Blue C M Y K H S L
Decimal 202 62 254 0.20 0.76 0 0.00 283.75 0.99 0.62
Hex CA 3E FE 14 4C 0 0 11C 63 3E
Octal 312 76 376 24 114 0 0 434 143 76
Binary 11001010 111110 11111110 10100 1001100 0 0 100011100 1100011 111110

Color Harmonies of #CA3EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3EFE

Black with #CA3EFE

Text Example


Text Example

White with #CA3EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3EFE; }

 p { color: rgb(202,62,254); }

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

background-color css

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

 a { background-color: rgb(202,62,254); }

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

border-color css

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

 span { border-color: rgb(202,62,254); }

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