Html Css Color HEX #CA46EA Medium Orchid

📋 copy color: '#CA46EA'

red 202 ◦ green 70 ◦ blue 234

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

Shades of Medium Orchid #CA46EA

Tints of Medium Orchid #CA46EA

RGB

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

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

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

R = 39.92%
G = 13.83%
B = 46.25%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA46EA (or 0xCA46EA) is known color: Medium Orchid. HEX triplet: CA, 46 and EA. RGB value is (202,70,234). Sum of RGB (Red+Green+Blue) = 202+70+234=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA46EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA46EA is #35B915. Grayscale: #7F7F7F. Windows color (decimal): -3520790 or 15353546. OLE color: 15353546.

HSL color Cylindrical-coordinate representation of color #CA46EA: hue angle of 288.29º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA46EA is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 70 234 -
CMYK 0.14 0.70 0 0.08
HSL 288.29º 0.8% 0.6% -
HSV(B) 288.29º 0.7% 0.92% -
XYZ 41.4 22.88 80.08 -
YUV 128.16 187.73 180.66 -
System Red Green Blue C M Y K H S L
Decimal 202 70 234 0.14 0.70 0 0.08 288.29 0.8 0.6
Hex CA 46 EA E 46 0 8 120 50 3C
Octal 312 106 352 16 106 0 10 440 120 74
Binary 11001010 1000110 11101010 1110 1000110 0 1000 100100000 1010000 111100

Color Harmonies of #CA46EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA46EA

Black with #CA46EA

Text Example


Text Example

White with #CA46EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA46EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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