Html Css Color HEX #CA4CE1 Medium Orchid

📋 copy color: '#CA4CE1'

red 202 ◦ green 76 ◦ blue 225

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

Shades of Medium Orchid #CA4CE1

Tints of Medium Orchid #CA4CE1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.11%

 BLUE value IS 225 (88.28% from 255) = 44.73%

R = 40.16%
G = 15.11%
B = 44.73%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA4CE1 (or 0xCA4CE1) is known color: Medium Orchid. HEX triplet: CA, 4C and E1. RGB value is (202,76,225). Sum of RGB (Red+Green+Blue) = 202+76+225=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA4CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4CE1 is #35B31E. Grayscale: #828282. Windows color (decimal): -3519263 or 14765258. OLE color: 14765258.

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

Color convert

RGB 202 76 225 -
CMYK 0.10 0.66 0 0.12
HSL 290.74º 0.71% 0.59% -
HSV(B) 290.74º 0.66% 0.88% -
XYZ 40.53 23.16 73.57 -
YUV 130.66 181.24 178.88 -
System Red Green Blue C M Y K H S L
Decimal 202 76 225 0.10 0.66 0 0.12 290.74 0.71 0.59
Hex CA 4C E1 A 42 0 C 123 47 3B
Octal 312 114 341 12 102 0 14 443 107 73
Binary 11001010 1001100 11100001 1010 1000010 0 1100 100100011 1000111 111011

Color Harmonies of #CA4CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4CE1

Black with #CA4CE1

Text Example


Text Example

White with #CA4CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4CE1; }

 p { color: rgb(202,76,225); }

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

background-color css

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

 a { background-color: rgb(202,76,225); }

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

border-color css

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

 span { border-color: rgb(202,76,225); }

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