Html Css Color HEX #CA43E9 Medium Orchid

📋 copy color: '#CA43E9'

red 202 ◦ green 67 ◦ blue 233

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

Shades of Medium Orchid #CA43E9

Tints of Medium Orchid #CA43E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.41%

R = 40.24%
G = 13.35%
B = 46.41%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA43E9 (or 0xCA43E9) is known color: Medium Orchid. HEX triplet: CA, 43 and E9. RGB value is (202,67,233). Sum of RGB (Red+Green+Blue) = 202+67+233=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 67 (26.56% from 255 or 13.35% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA43E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA43E9 is #35BC16. Grayscale: #7D7D7D. Windows color (decimal): -3521559 or 15287242. OLE color: 15287242.

HSL color Cylindrical-coordinate representation of color #CA43E9: hue angle of 288.8º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA43E9 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 67 233 -
CMYK 0.13 0.71 0 0.09
HSL 288.8º 0.79% 0.59% -
HSV(B) 288.8º 0.71% 0.91% -
XYZ 41.07 22.45 79.26 -
YUV 126.29 188.23 182 -
System Red Green Blue C M Y K H S L
Decimal 202 67 233 0.13 0.71 0 0.09 288.8 0.79 0.59
Hex CA 43 E9 D 47 0 9 121 4F 3B
Octal 312 103 351 15 107 0 11 441 117 73
Binary 11001010 1000011 11101001 1101 1000111 0 1001 100100001 1001111 111011

Color Harmonies of #CA43E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA43E9

Black with #CA43E9

Text Example


Text Example

White with #CA43E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA43E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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