Html Css Color HEX #CA4BE1 Medium Orchid

📋 copy color: '#CA4BE1'

red 202 ◦ green 75 ◦ blue 225

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

Shades of Medium Orchid #CA4BE1

Tints of Medium Orchid #CA4BE1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.94%

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

R = 40.24%
G = 14.94%
B = 44.82%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA4BE1 (or 0xCA4BE1) is known color: Medium Orchid. HEX triplet: CA, 4B and E1. RGB value is (202,75,225). Sum of RGB (Red+Green+Blue) = 202+75+225=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA4BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BE1 is #35B41E. Grayscale: #818181. Windows color (decimal): -3519519 or 14765002. OLE color: 14765002.

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

Color convert

RGB 202 75 225 -
CMYK 0.10 0.67 0 0.12
HSL 290.8º 0.71% 0.59% -
HSV(B) 290.8º 0.67% 0.88% -
XYZ 40.46 23.02 73.55 -
YUV 130.07 181.58 179.3 -
System Red Green Blue C M Y K H S L
Decimal 202 75 225 0.10 0.67 0 0.12 290.8 0.71 0.59
Hex CA 4B E1 A 43 0 C 123 47 3B
Octal 312 113 341 12 103 0 14 443 107 73
Binary 11001010 1001011 11100001 1010 1000011 0 1100 100100011 1000111 111011

Color Harmonies of #CA4BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BE1

Black with #CA4BE1

Text Example


Text Example

White with #CA4BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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