Html Css Color HEX #CA4FF5 Medium Orchid

📋 copy color: '#CA4FF5'

red 202 ◦ green 79 ◦ blue 245

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

Shades of Medium Orchid #CA4FF5

Tints of Medium Orchid #CA4FF5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.02%

 BLUE value IS 245 (96.09% from 255) = 46.58%

R = 38.4%
G = 15.02%
B = 46.58%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA4FF5 (or 0xCA4FF5) is known color: Medium Orchid. HEX triplet: CA, 4F and F5. RGB value is (202,79,245). Sum of RGB (Red+Green+Blue) = 202+79+245=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA4FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4FF5 is #35B00A. Grayscale: #868686. Windows color (decimal): -3518475 or 16076746. OLE color: 16076746.

HSL color Cylindrical-coordinate representation of color #CA4FF5: hue angle of 284.46º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4FF5 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 79 245 -
CMYK 0.18 0.68 0 0.04
HSL 284.46º 0.89% 0.64% -
HSV(B) 284.46º 0.68% 0.96% -
XYZ 43.63 24.74 88.86 -
YUV 134.7 190.25 176 -
System Red Green Blue C M Y K H S L
Decimal 202 79 245 0.18 0.68 0 0.04 284.46 0.89 0.64
Hex CA 4F F5 12 44 0 4 11C 59 40
Octal 312 117 365 22 104 0 4 434 131 100
Binary 11001010 1001111 11110101 10010 1000100 0 100 100011100 1011001 1000000

Color Harmonies of #CA4FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4FF5

Black with #CA4FF5

Text Example


Text Example

White with #CA4FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4FF5; }

 p { color: rgb(202,79,245); }

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

background-color css

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

 a { background-color: rgb(202,79,245); }

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

border-color css

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

 span { border-color: rgb(202,79,245); }

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