Html Css Color HEX #CA38E9 Medium Orchid

📋 copy color: '#CA38E9'

red 202 ◦ green 56 ◦ blue 233

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

Shades of Medium Orchid #CA38E9

Tints of Medium Orchid #CA38E9

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.41%

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

R = 41.14%
G = 11.41%
B = 47.45%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA38E9 (or 0xCA38E9) is known color: Medium Orchid. HEX triplet: CA, 38 and E9. RGB value is (202,56,233). Sum of RGB (Red+Green+Blue) = 202+56+233=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA38E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA38E9 is #35C716. Grayscale: #777777. Windows color (decimal): -3524375 or 15284426. OLE color: 15284426.

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

Color convert

RGB 202 56 233 -
CMYK 0.13 0.76 0 0.09
HSL 289.49º 0.8% 0.57% -
HSV(B) 289.49º 0.76% 0.91% -
XYZ 40.48 21.27 79.06 -
YUV 119.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 202 56 233 0.13 0.76 0 0.09 289.49 0.8 0.57
Hex CA 38 E9 D 4C 0 9 121 50 39
Octal 312 70 351 15 114 0 11 441 120 71
Binary 11001010 111000 11101001 1101 1001100 0 1001 100100001 1010000 111001

Color Harmonies of #CA38E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA38E9

Black with #CA38E9

Text Example


Text Example

White with #CA38E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA38E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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