Html Css Color HEX #CA46FC Medium Orchid

📋 copy color: '#CA46FC'

red 202 ◦ green 70 ◦ blue 252

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

Shades of Medium Orchid #CA46FC

Tints of Medium Orchid #CA46FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 38.55%
G = 13.36%
B = 48.09%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA46FC (or 0xCA46FC) is known color: Medium Orchid. HEX triplet: CA, 46 and FC. RGB value is (202,70,252). Sum of RGB (Red+Green+Blue) = 202+70+252=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 70 (27.73% from 255 or 13.36% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA46FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA46FC is #35B903. Grayscale: #818181. Windows color (decimal): -3520772 or 16533194. OLE color: 16533194.

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

Color convert

RGB 202 70 252 -
CMYK 0.20 0.72 0 0.01
HSL 283.52º 0.97% 0.63% -
HSV(B) 283.52º 0.72% 0.99% -
XYZ 44.12 23.97 94.4 -
YUV 130.22 196.73 179.2 -
System Red Green Blue C M Y K H S L
Decimal 202 70 252 0.20 0.72 0 0.01 283.52 0.97 0.63
Hex CA 46 FC 14 48 0 1 11C 61 3F
Octal 312 106 374 24 110 0 1 434 141 77
Binary 11001010 1000110 11111100 10100 1001000 0 1 100011100 1100001 111111

Color Harmonies of #CA46FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA46FC

Black with #CA46FC

Text Example


Text Example

White with #CA46FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA46FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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