Html Css Color HEX #CA47ED Medium Orchid

📋 copy color: '#CA47ED'

red 202 ◦ green 71 ◦ blue 237

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

Shades of Medium Orchid #CA47ED

Tints of Medium Orchid #CA47ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 39.61%
G = 13.92%
B = 46.47%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA47ED (or 0xCA47ED) is known color: Medium Orchid. HEX triplet: CA, 47 and ED. RGB value is (202,71,237). Sum of RGB (Red+Green+Blue) = 202+71+237=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA47ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA47ED is #35B812. Grayscale: #808080. Windows color (decimal): -3520531 or 15550410. OLE color: 15550410.

HSL color Cylindrical-coordinate representation of color #CA47ED: hue angle of 287.35º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA47ED is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 71 237 -
CMYK 0.15 0.70 0 0.07
HSL 287.35º 0.82% 0.6% -
HSV(B) 287.35º 0.7% 0.93% -
XYZ 41.9 23.18 82.39 -
YUV 129.09 188.9 180 -
System Red Green Blue C M Y K H S L
Decimal 202 71 237 0.15 0.70 0 0.07 287.35 0.82 0.6
Hex CA 47 ED F 46 0 7 11F 52 3C
Octal 312 107 355 17 106 0 7 437 122 74
Binary 11001010 1000111 11101101 1111 1000110 0 111 100011111 1010010 111100

Color Harmonies of #CA47ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47ED

Black with #CA47ED

Text Example


Text Example

White with #CA47ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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