Html Css Color HEX #CA38ED Medium Orchid

📋 copy color: '#CA38ED'

red 202 ◦ green 56 ◦ blue 237

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

Shades of Medium Orchid #CA38ED

Tints of Medium Orchid #CA38ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 40.81%
G = 11.31%
B = 47.88%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA38ED (or 0xCA38ED) is known color: Medium Orchid. HEX triplet: CA, 38 and ED. RGB value is (202,56,237). Sum of RGB (Red+Green+Blue) = 202+56+237=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA38ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA38ED is #35C712. Grayscale: #777777. Windows color (decimal): -3524371 or 15546570. OLE color: 15546570.

HSL color Cylindrical-coordinate representation of color #CA38ED: hue angle of 288.4º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA38ED is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 56 237 -
CMYK 0.15 0.76 0 0.07
HSL 288.4º 0.83% 0.57% -
HSV(B) 288.4º 0.76% 0.93% -
XYZ 41.06 21.5 82.11 -
YUV 120.29 193.87 186.28 -
System Red Green Blue C M Y K H S L
Decimal 202 56 237 0.15 0.76 0 0.07 288.4 0.83 0.57
Hex CA 38 ED F 4C 0 7 120 53 39
Octal 312 70 355 17 114 0 7 440 123 71
Binary 11001010 111000 11101101 1111 1001100 0 111 100100000 1010011 111001

Color Harmonies of #CA38ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA38ED

Black with #CA38ED

Text Example


Text Example

White with #CA38ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA38ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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