Html Css Color HEX #CA38DF Medium Orchid

📋 copy color: '#CA38DF'

red 202 ◦ green 56 ◦ blue 223

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

Shades of Medium Orchid #CA38DF

Tints of Medium Orchid #CA38DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 42%
G = 11.64%
B = 46.36%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA38DF (or 0xCA38DF) is known color: Medium Orchid. HEX triplet: CA, 38 and DF. RGB value is (202,56,223). Sum of RGB (Red+Green+Blue) = 202+56+223=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA38DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38DF is #35C720. Grayscale: #767676. Windows color (decimal): -3524385 or 14629066. OLE color: 14629066.

HSL color Cylindrical-coordinate representation of color #CA38DF: hue angle of 292.46º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA38DF is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 56 223 -
CMYK 0.09 0.75 0 0.13
HSL 292.46º 0.72% 0.55% -
HSV(B) 292.46º 0.75% 0.87% -
XYZ 39.09 20.71 71.75 -
YUV 118.69 186.87 187.42 -
System Red Green Blue C M Y K H S L
Decimal 202 56 223 0.09 0.75 0 0.13 292.46 0.72 0.55
Hex CA 38 DF 9 4B 0 D 124 48 37
Octal 312 70 337 11 113 0 15 444 110 67
Binary 11001010 111000 11011111 1001 1001011 0 1101 100100100 1001000 110111

Color Harmonies of #CA38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA38DF

Black with #CA38DF

Text Example


Text Example

White with #CA38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA38DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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