Html Css Color HEX #CA39E7 Medium Orchid

📋 copy color: '#CA39E7'

red 202 ◦ green 57 ◦ blue 231

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

Shades of Medium Orchid #CA39E7

Tints of Medium Orchid #CA39E7

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.63%

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

R = 41.22%
G = 11.63%
B = 47.14%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA39E7 (or 0xCA39E7) is known color: Medium Orchid. HEX triplet: CA, 39 and E7. RGB value is (202,57,231). Sum of RGB (Red+Green+Blue) = 202+57+231=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 57 (22.66% from 255 or 11.63% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA39E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA39E7 is #35C618. Grayscale: #777777. Windows color (decimal): -3524121 or 15153610. OLE color: 15153610.

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

Color convert

RGB 202 57 231 -
CMYK 0.13 0.75 0 0.09
HSL 290º 0.78% 0.56% -
HSV(B) 290º 0.75% 0.91% -
XYZ 40.24 21.25 77.58 -
YUV 120.19 190.54 186.35 -
System Red Green Blue C M Y K H S L
Decimal 202 57 231 0.13 0.75 0 0.09 290 0.78 0.56
Hex CA 39 E7 D 4B 0 9 122 4E 38
Octal 312 71 347 15 113 0 11 442 116 70
Binary 11001010 111001 11100111 1101 1001011 0 1001 100100010 1001110 111000

Color Harmonies of #CA39E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA39E7

Black with #CA39E7

Text Example


Text Example

White with #CA39E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA39E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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