Html Css Color HEX #CA3FE0 Medium Orchid

📋 copy color: '#CA3FE0'

red 202 ◦ green 63 ◦ blue 224

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

Shades of Medium Orchid #CA3FE0

Tints of Medium Orchid #CA3FE0

RGB

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

 GREEN value IS 63 (25% from 255) = 12.88%

 BLUE value IS 224 (87.89% from 255) = 45.81%

R = 41.31%
G = 12.88%
B = 45.81%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA3FE0 (or 0xCA3FE0) is known color: Medium Orchid. HEX triplet: CA, 3F and E0. RGB value is (202,63,224). Sum of RGB (Red+Green+Blue) = 202+63+224=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA3FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FE0 is #35C01F. Grayscale: #7A7A7A. Windows color (decimal): -3522592 or 14696394. OLE color: 14696394.

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

Color convert

RGB 202 63 224 -
CMYK 0.10 0.72 0 0.12
HSL 291.8º 0.72% 0.56% -
HSV(B) 291.8º 0.72% 0.88% -
XYZ 39.59 21.49 72.58 -
YUV 122.92 185.05 184.41 -
System Red Green Blue C M Y K H S L
Decimal 202 63 224 0.10 0.72 0 0.12 291.8 0.72 0.56
Hex CA 3F E0 A 48 0 C 124 48 38
Octal 312 77 340 12 110 0 14 444 110 70
Binary 11001010 111111 11100000 1010 1001000 0 1100 100100100 1001000 111000

Color Harmonies of #CA3FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3FE0

Black with #CA3FE0

Text Example


Text Example

White with #CA3FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3FE0; }

 p { color: rgb(202,63,224); }

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

background-color css

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

 a { background-color: rgb(202,63,224); }

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

border-color css

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

 span { border-color: rgb(202,63,224); }

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