Html Css Color HEX #CA47E4 Medium Orchid

📋 copy color: '#CA47E4'

red 202 ◦ green 71 ◦ blue 228

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

Shades of Medium Orchid #CA47E4

Tints of Medium Orchid #CA47E4

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.17%

 BLUE value IS 228 (89.45% from 255) = 45.51%

R = 40.32%
G = 14.17%
B = 45.51%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA47E4 (or 0xCA47E4) is known color: Medium Orchid. HEX triplet: CA, 47 and E4. RGB value is (202,71,228). Sum of RGB (Red+Green+Blue) = 202+71+228=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA47E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47E4 is #35B81B. Grayscale: #7F7F7F. Windows color (decimal): -3520540 or 14960586. OLE color: 14960586.

HSL color Cylindrical-coordinate representation of color #CA47E4: hue angle of 290.06º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA47E4 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 71 228 -
CMYK 0.11 0.69 0 0.11
HSL 290.06º 0.74% 0.59% -
HSV(B) 290.06º 0.69% 0.89% -
XYZ 40.61 22.66 75.63 -
YUV 128.07 184.4 180.73 -
System Red Green Blue C M Y K H S L
Decimal 202 71 228 0.11 0.69 0 0.11 290.06 0.74 0.59
Hex CA 47 E4 B 45 0 B 122 4A 3B
Octal 312 107 344 13 105 0 13 442 112 73
Binary 11001010 1000111 11100100 1011 1000101 0 1011 100100010 1001010 111011

Color Harmonies of #CA47E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47E4

Black with #CA47E4

Text Example


Text Example

White with #CA47E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47E4; }

 p { color: rgb(202,71,228); }

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

background-color css

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

 a { background-color: rgb(202,71,228); }

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

border-color css

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

 span { border-color: rgb(202,71,228); }

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