Html Css Color HEX #CA45F1 Medium Orchid

📋 copy color: '#CA45F1'

red 202 ◦ green 69 ◦ blue 241

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

Shades of Medium Orchid #CA45F1

Tints of Medium Orchid #CA45F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 39.45%
G = 13.48%
B = 47.07%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA45F1 (or 0xCA45F1) is known color: Medium Orchid. HEX triplet: CA, 45 and F1. RGB value is (202,69,241). Sum of RGB (Red+Green+Blue) = 202+69+241=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA45F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA45F1 is #35BA0E. Grayscale: #7F7F7F. Windows color (decimal): -3521039 or 15812042. OLE color: 15812042.

HSL color Cylindrical-coordinate representation of color #CA45F1: hue angle of 286.4º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA45F1 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 69 241 -
CMYK 0.16 0.71 0 0.05
HSL 286.4º 0.86% 0.61% -
HSV(B) 286.4º 0.71% 0.95% -
XYZ 42.36 23.16 85.46 -
YUV 128.38 191.56 180.51 -
System Red Green Blue C M Y K H S L
Decimal 202 69 241 0.16 0.71 0 0.05 286.4 0.86 0.61
Hex CA 45 F1 10 47 0 5 11E 56 3D
Octal 312 105 361 20 107 0 5 436 126 75
Binary 11001010 1000101 11110001 10000 1000111 0 101 100011110 1010110 111101

Color Harmonies of #CA45F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA45F1

Black with #CA45F1

Text Example


Text Example

White with #CA45F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA45F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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