Html Css Color HEX #CA46FE Medium Orchid

📋 copy color: '#CA46FE'

red 202 ◦ green 70 ◦ blue 254

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

Shades of Medium Orchid #CA46FE

Tints of Medium Orchid #CA46FE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.31%

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

R = 38.4%
G = 13.31%
B = 48.29%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA46FE (or 0xCA46FE) is known color: Medium Orchid. HEX triplet: CA, 46 and FE. RGB value is (202,70,254). Sum of RGB (Red+Green+Blue) = 202+70+254=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 70 (27.73% from 255 or 13.31% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA46FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA46FE is #35B901. Grayscale: #818181. Windows color (decimal): -3520770 or 16664266. OLE color: 16664266.

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

Color convert

RGB 202 70 254 -
CMYK 0.20 0.72 0 0.00
HSL 283.04º 0.99% 0.64% -
HSV(B) 283.04º 0.72% 1% -
XYZ 44.44 24.09 96.07 -
YUV 130.44 197.73 179.04 -
System Red Green Blue C M Y K H S L
Decimal 202 70 254 0.20 0.72 0 0.00 283.04 0.99 0.64
Hex CA 46 FE 14 48 0 0 11B 63 40
Octal 312 106 376 24 110 0 0 433 143 100
Binary 11001010 1000110 11111110 10100 1001000 0 0 100011011 1100011 1000000

Color Harmonies of #CA46FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA46FE

Black with #CA46FE

Text Example


Text Example

White with #CA46FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA46FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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