Html Css Color HEX #CA46FD Medium Orchid

📋 copy color: '#CA46FD'

red 202 ◦ green 70 ◦ blue 253

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

Shades of Medium Orchid #CA46FD

Tints of Medium Orchid #CA46FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 38.48%
G = 13.33%
B = 48.19%

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

#CA46FD (or 0xCA46FD) is known color: Medium Orchid. HEX triplet: CA, 46 and FD. RGB value is (202,70,253). Sum of RGB (Red+Green+Blue) = 202+70+253=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 70 (27.73% from 255 or 13.33% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA46FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA46FD is #35B902. Grayscale: #818181. Windows color (decimal): -3520771 or 16598730. OLE color: 16598730.

HSL color Cylindrical-coordinate representation of color #CA46FD: hue angle of 283.28º degrees, saturation: 0.98, 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 #CA46FD is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 70 253 -
CMYK 0.20 0.72 0 0.01
HSL 283.28º 0.98% 0.63% -
HSV(B) 283.28º 0.72% 0.99% -
XYZ 44.28 24.03 95.23 -
YUV 130.33 197.23 179.12 -
System Red Green Blue C M Y K H S L
Decimal 202 70 253 0.20 0.72 0 0.01 283.28 0.98 0.63
Hex CA 46 FD 14 48 0 1 11B 62 3F
Octal 312 106 375 24 110 0 1 433 142 77
Binary 11001010 1000110 11111101 10100 1001000 0 1 100011011 1100010 111111

Color Harmonies of #CA46FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA46FD

Black with #CA46FD

Text Example


Text Example

White with #CA46FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA46FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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