Html Css Color HEX #CA45E6 Medium Orchid

📋 copy color: '#CA45E6'

red 202 ◦ green 69 ◦ blue 230

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

Shades of Medium Orchid #CA45E6

Tints of Medium Orchid #CA45E6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.77%

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

R = 40.32%
G = 13.77%
B = 45.91%

CMYK

 C value IS 0.12

 M value IS 0.7

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA45E6 (or 0xCA45E6) is known color: Medium Orchid. HEX triplet: CA, 45 and E6. RGB value is (202,69,230). Sum of RGB (Red+Green+Blue) = 202+69+230=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA45E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA45E6 is #35BA19. Grayscale: #7E7E7E. Windows color (decimal): -3521050 or 15091146. OLE color: 15091146.

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

Color convert

RGB 202 69 230 -
CMYK 0.12 0.7 0 0.10
HSL 289.57º 0.76% 0.59% -
HSV(B) 289.57º 0.7% 0.9% -
XYZ 40.77 22.53 77.06 -
YUV 127.12 186.06 181.41 -
System Red Green Blue C M Y K H S L
Decimal 202 69 230 0.12 0.7 0 0.10 289.57 0.76 0.59
Hex CA 45 E6 C 46 0 A 122 4C 3B
Octal 312 105 346 14 106 0 12 442 114 73
Binary 11001010 1000101 11100110 1100 1000110 0 1010 100100010 1001100 111011

Color Harmonies of #CA45E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA45E6

Black with #CA45E6

Text Example


Text Example

White with #CA45E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA45E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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