Html Css Color HEX #CA38E0 Medium Orchid

📋 copy color: '#CA38E0'

red 202 ◦ green 56 ◦ blue 224

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

Shades of Medium Orchid #CA38E0

Tints of Medium Orchid #CA38E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 41.91%
G = 11.62%
B = 46.47%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA38E0 (or 0xCA38E0) is known color: Medium Orchid. HEX triplet: CA, 38 and E0. RGB value is (202,56,224). Sum of RGB (Red+Green+Blue) = 202+56+224=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA38E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38E0 is #35C71F. Grayscale: #767676. Windows color (decimal): -3524384 or 14694602. OLE color: 14694602.

HSL color Cylindrical-coordinate representation of color #CA38E0: hue angle of 292.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA38E0 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 56 224 -
CMYK 0.10 0.75 0 0.12
HSL 292.14º 0.73% 0.55% -
HSV(B) 292.14º 0.75% 0.88% -
XYZ 39.23 20.77 72.46 -
YUV 118.81 187.37 187.34 -
System Red Green Blue C M Y K H S L
Decimal 202 56 224 0.10 0.75 0 0.12 292.14 0.73 0.55
Hex CA 38 E0 A 4B 0 C 124 49 37
Octal 312 70 340 12 113 0 14 444 111 67
Binary 11001010 111000 11100000 1010 1001011 0 1100 100100100 1001001 110111

Color Harmonies of #CA38E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA38E0

Black with #CA38E0

Text Example


Text Example

White with #CA38E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA38E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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