Html Css Color HEX #CA4AF6 Medium Orchid

📋 copy color: '#CA4AF6'

red 202 ◦ green 74 ◦ blue 246

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

Shades of Medium Orchid #CA4AF6

Tints of Medium Orchid #CA4AF6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.18%

 BLUE value IS 246 (96.48% from 255) = 47.13%

R = 38.7%
G = 14.18%
B = 47.13%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA4AF6 (or 0xCA4AF6) is known color: Medium Orchid. HEX triplet: CA, 4A and F6. RGB value is (202,74,246). Sum of RGB (Red+Green+Blue) = 202+74+246=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA4AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4AF6 is #35B509. Grayscale: #838383. Windows color (decimal): -3519754 or 16141002. OLE color: 16141002.

HSL color Cylindrical-coordinate representation of color #CA4AF6: hue angle of 284.65º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA4AF6 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 74 246 -
CMYK 0.18 0.70 0 0.04
HSL 284.65º 0.91% 0.63% -
HSV(B) 284.65º 0.7% 0.96% -
XYZ 43.44 24.11 89.55 -
YUV 131.88 192.41 178.01 -
System Red Green Blue C M Y K H S L
Decimal 202 74 246 0.18 0.70 0 0.04 284.65 0.91 0.63
Hex CA 4A F6 12 46 0 4 11D 5B 3F
Octal 312 112 366 22 106 0 4 435 133 77
Binary 11001010 1001010 11110110 10010 1000110 0 100 100011101 1011011 111111

Color Harmonies of #CA4AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4AF6

Black with #CA4AF6

Text Example


Text Example

White with #CA4AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4AF6; }

 p { color: rgb(202,74,246); }

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

background-color css

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

 a { background-color: rgb(202,74,246); }

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

border-color css

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

 span { border-color: rgb(202,74,246); }

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