Html Css Color HEX #CA39E6 Medium Orchid

📋 copy color: '#CA39E6'

red 202 ◦ green 57 ◦ blue 230

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

Shades of Medium Orchid #CA39E6

Tints of Medium Orchid #CA39E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 41.31%
G = 11.66%
B = 47.03%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA39E6 (or 0xCA39E6) is known color: Medium Orchid. HEX triplet: CA, 39 and E6. RGB value is (202,57,230). Sum of RGB (Red+Green+Blue) = 202+57+230=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 57 (22.66% from 255 or 11.66% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA39E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA39E6 is #35C619. Grayscale: #777777. Windows color (decimal): -3524122 or 15088074. OLE color: 15088074.

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

Color convert

RGB 202 57 230 -
CMYK 0.12 0.75 0 0.10
HSL 290.29º 0.78% 0.56% -
HSV(B) 290.29º 0.75% 0.9% -
XYZ 40.1 21.2 76.84 -
YUV 120.08 190.04 186.43 -
System Red Green Blue C M Y K H S L
Decimal 202 57 230 0.12 0.75 0 0.10 290.29 0.78 0.56
Hex CA 39 E6 C 4B 0 A 122 4E 38
Octal 312 71 346 14 113 0 12 442 116 70
Binary 11001010 111001 11100110 1100 1001011 0 1010 100100010 1001110 111000

Color Harmonies of #CA39E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA39E6

Black with #CA39E6

Text Example


Text Example

White with #CA39E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA39E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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