Html Css Color HEX #CA38E7 Medium Orchid

📋 copy color: '#CA38E7'

red 202 ◦ green 56 ◦ blue 231

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

Shades of Medium Orchid #CA38E7

Tints of Medium Orchid #CA38E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.24%

R = 41.31%
G = 11.45%
B = 47.24%

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

#CA38E7 (or 0xCA38E7) is known color: Medium Orchid. HEX triplet: CA, 38 and E7. RGB value is (202,56,231). Sum of RGB (Red+Green+Blue) = 202+56+231=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 56 (22.27% from 255 or 11.45% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA38E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA38E7 is #35C718. Grayscale: #777777. Windows color (decimal): -3524377 or 15153354. OLE color: 15153354.

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

Color convert

RGB 202 56 231 -
CMYK 0.13 0.76 0 0.09
HSL 290.06º 0.78% 0.56% -
HSV(B) 290.06º 0.76% 0.91% -
XYZ 40.2 21.15 77.57 -
YUV 119.6 190.87 186.77 -
System Red Green Blue C M Y K H S L
Decimal 202 56 231 0.13 0.76 0 0.09 290.06 0.78 0.56
Hex CA 38 E7 D 4C 0 9 122 4E 38
Octal 312 70 347 15 114 0 11 442 116 70
Binary 11001010 111000 11100111 1101 1001100 0 1001 100100010 1001110 111000

Color Harmonies of #CA38E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA38E7

Black with #CA38E7

Text Example


Text Example

White with #CA38E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA38E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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