Html Css Color HEX #CA43E2 Medium Orchid

📋 copy color: '#CA43E2'

red 202 ◦ green 67 ◦ blue 226

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

Shades of Medium Orchid #CA43E2

Tints of Medium Orchid #CA43E2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.54%

 BLUE value IS 226 (88.67% from 255) = 45.66%

R = 40.81%
G = 13.54%
B = 45.66%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA43E2 (or 0xCA43E2) is known color: Medium Orchid. HEX triplet: CA, 43 and E2. RGB value is (202,67,226). Sum of RGB (Red+Green+Blue) = 202+67+226=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 67 (26.56% from 255 or 13.54% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA43E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43E2 is #35BC1D. Grayscale: #7C7C7C. Windows color (decimal): -3521566 or 14828490. OLE color: 14828490.

HSL color Cylindrical-coordinate representation of color #CA43E2: hue angle of 290.94º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA43E2 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 67 226 -
CMYK 0.11 0.70 0 0.11
HSL 290.94º 0.73% 0.57% -
HSV(B) 290.94º 0.7% 0.89% -
XYZ 40.09 22.06 74.1 -
YUV 125.49 184.73 182.57 -
System Red Green Blue C M Y K H S L
Decimal 202 67 226 0.11 0.70 0 0.11 290.94 0.73 0.57
Hex CA 43 E2 B 46 0 B 123 49 39
Octal 312 103 342 13 106 0 13 443 111 71
Binary 11001010 1000011 11100010 1011 1000110 0 1011 100100011 1001001 111001

Color Harmonies of #CA43E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA43E2

Black with #CA43E2

Text Example


Text Example

White with #CA43E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA43E2; }

 p { color: rgb(202,67,226); }

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

background-color css

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

 a { background-color: rgb(202,67,226); }

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

border-color css

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

 span { border-color: rgb(202,67,226); }

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