Html Css Color HEX #CA61E9 Medium Orchid

📋 copy color: '#CA61E9'

red 202 ◦ green 97 ◦ blue 233

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

Shades of Medium Orchid #CA61E9

Tints of Medium Orchid #CA61E9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.23%

 BLUE value IS 233 (91.41% from 255) = 43.8%

R = 37.97%
G = 18.23%
B = 43.8%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA61E9 (or 0xCA61E9) is known color: Medium Orchid. HEX triplet: CA, 61 and E9. RGB value is (202,97,233). Sum of RGB (Red+Green+Blue) = 202+97+233=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA61E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA61E9 is #359E16. Grayscale: #8F8F8F. Windows color (decimal): -3513879 or 15294922. OLE color: 15294922.

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

Color convert

RGB 202 97 233 -
CMYK 0.13 0.58 0 0.09
HSL 286.32º 0.76% 0.65% -
HSV(B) 286.32º 0.58% 0.91% -
XYZ 43.34 26.99 80.02 -
YUV 143.9 178.29 169.44 -
System Red Green Blue C M Y K H S L
Decimal 202 97 233 0.13 0.58 0 0.09 286.32 0.76 0.65
Hex CA 61 E9 D 3A 0 9 11E 4C 41
Octal 312 141 351 15 72 0 11 436 114 101
Binary 11001010 1100001 11101001 1101 111010 0 1001 100011110 1001100 1000001

Color Harmonies of #CA61E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA61E9

Black with #CA61E9

Text Example


Text Example

White with #CA61E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA61E9; }

 p { color: rgb(202,97,233); }

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

background-color css

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

 a { background-color: rgb(202,97,233); }

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

border-color css

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

 span { border-color: rgb(202,97,233); }

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