Html Css Color HEX #CA47EE Medium Orchid

📋 copy color: '#CA47EE'

red 202 ◦ green 71 ◦ blue 238

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

Shades of Medium Orchid #CA47EE

Tints of Medium Orchid #CA47EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.58%

R = 39.53%
G = 13.89%
B = 46.58%

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

#CA47EE (or 0xCA47EE) is known color: Medium Orchid. HEX triplet: CA, 47 and EE. RGB value is (202,71,238). Sum of RGB (Red+Green+Blue) = 202+71+238=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA47EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA47EE is #35B811. Grayscale: #808080. Windows color (decimal): -3520530 or 15615946. OLE color: 15615946.

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

Color convert

RGB 202 71 238 -
CMYK 0.15 0.70 0 0.07
HSL 287.07º 0.83% 0.61% -
HSV(B) 287.07º 0.7% 0.93% -
XYZ 42.04 23.24 83.16 -
YUV 129.21 189.4 179.92 -
System Red Green Blue C M Y K H S L
Decimal 202 71 238 0.15 0.70 0 0.07 287.07 0.83 0.61
Hex CA 47 EE F 46 0 7 11F 53 3D
Octal 312 107 356 17 106 0 7 437 123 75
Binary 11001010 1000111 11101110 1111 1000110 0 111 100011111 1010011 111101

Color Harmonies of #CA47EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47EE

Black with #CA47EE

Text Example


Text Example

White with #CA47EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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